This commit is contained in:
Charles 2001-04-19 22:09:59 +00:00
parent 796aeddca7
commit bc760c2dd3
15 changed files with 447 additions and 367 deletions

View file

@ -14,8 +14,7 @@
#ifndef __ENEMY_NGEN_H__
#define __ENEMY_NGEN_H__
#ifndef __ENEMY_NPC_H__
#ifndef __ENEMY_NPC_H__
#include "enemy\npc.h"
#endif
@ -23,6 +22,7 @@ class CNpcEnemyGenerator : public CNpcEnemy
{
public:
void render();
void think(int _frames);
};
#endif