This commit is contained in:
parent
2898ccb84c
commit
891103611f
12 changed files with 79 additions and 4 deletions
|
@ -14,8 +14,14 @@
|
|||
#ifndef __ENEMY_NPBUG_H__
|
||||
#define __ENEMY_NPBUG_H__
|
||||
|
||||
#ifndef __ENEMY_NPC_H__
|
||||
#include "enemy\npc.h"
|
||||
#endif
|
||||
|
||||
class CNpcPricklyBugEnemy : public CNpcEnemy
|
||||
{
|
||||
protected:
|
||||
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue