yupplemayham/YuppleMayham/include/gameplay/weapons/weapons.h
Ethan Adams 3075a01b3d Sorted header files under include
made Script base class for AIScript and eventually WeaponScript
2024-06-22 23:01:50 -04:00

9 lines
No EOL
148 B
C

#ifndef _H_WEAPONS_H
#define _H_WEAPONS_H
// Include directives for weapons folder
#include "weapon.h"
#include "bullet.h"
#endif // _H_WEAPONS_H