This commit is contained in:
Charles 2001-07-03 22:17:20 +00:00
parent 1cb38b14cc
commit b6e036bf51
62 changed files with 134 additions and 149 deletions

View file

@ -18,8 +18,8 @@ class CNpcEyeballEnemy : public CNpcEnemy
{
public:
virtual void render();
virtual void postInit();
virtual void shutdown();
void postInit();
void shutdown();
virtual int getFrameCount() {return( 1 );}
virtual void processEvent( GAME_EVENT evt, CThing *sourceThing );
protected: