This commit is contained in:
Charles 2001-04-26 15:20:21 +00:00
parent 2898ccb84c
commit 891103611f
12 changed files with 79 additions and 4 deletions

View file

@ -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