This commit is contained in:
Charles 2001-04-26 21:29:44 +00:00
parent 8744b10af4
commit 7fa8e5a852
10 changed files with 81 additions and 10 deletions

View file

@ -21,9 +21,11 @@
class CNpcEnemyGenerator : public CNpcEnemy
{
public:
virtual void shutdown();
virtual void processEnemyCollision( CThing *thisThing );
void render();
void think(int _frames);
virtual u8 canCollideWithEnemy() {return( false );}
};
#endif