This commit is contained in:
parent
251b621109
commit
267818908c
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
|
||||
class CNpcEyeballEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
virtual void render(){}
|
||||
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual void processEnemyCollision( CThing *thisThing );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue