This commit is contained in:
parent
1953cb2f8b
commit
9565c4e575
16 changed files with 160 additions and 135 deletions
|
@ -14,12 +14,15 @@
|
|||
#ifndef __PROJECTL_PROJECTL_H__
|
||||
#define __PROJECTL_PROJECTL_H__
|
||||
|
||||
#include "Game/Thing.h"
|
||||
#ifndef __THING_THING_H__
|
||||
#include "thing/thing.h"
|
||||
#endif
|
||||
|
||||
#include "Gfx/Skel.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
class CProjectile : public CThing
|
||||
class CProjectile : public CEnemyProjectileThing
|
||||
{
|
||||
public:
|
||||
enum PROJECTILE_MOVEMENT_TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue