This commit is contained in:
parent
f819091911
commit
564d091662
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class CNpcSkullStomperEnemy : public CNpcEnemy
|
|||
{
|
||||
public:
|
||||
void postInit();
|
||||
u8 hasBeenAttacked() {return(false);}
|
||||
protected:
|
||||
void processEnemyCollision( CThing *thisThing );
|
||||
bool processSensor();
|
||||
|
|
Loading…
Add table
Reference in a new issue