This commit is contained in:
Paul 2001-02-27 16:59:50 +00:00
parent 1953cb2f8b
commit 9565c4e575
16 changed files with 160 additions and 135 deletions

View file

@ -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