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

@ -15,7 +15,11 @@
#define __ENEMY_NPC_H__
//#include <dstructs.h>
#include "Game/Thing.h"
#ifndef __THING_THING_H__
#include "thing/thing.h"
#endif
#include "Gfx/Skel.h"
#ifndef __ENEMY_NPCPATH_H__
@ -28,7 +32,7 @@
/*****************************************************************************/
class CNpc : public CThing
class CNpc : public CEnemyThing
{
public:
enum NPC_UNIT_TYPE