This commit is contained in:
Charles 2001-07-10 20:02:11 +00:00
parent f819091911
commit 564d091662

View File

@ -18,6 +18,7 @@ class CNpcSkullStomperEnemy : public CNpcEnemy
{
public:
void postInit();
u8 hasBeenAttacked() {return(false);}
protected:
void processEnemyCollision( CThing *thisThing );
bool processSensor();