This commit is contained in:
parent
dba18ce77c
commit
320876b044
9 changed files with 27 additions and 13 deletions
|
@ -14,8 +14,15 @@
|
|||
#ifndef __ENEMY_NSHELL_H__
|
||||
#define __ENEMY_NSHELL_H__
|
||||
|
||||
#ifndef __ENEMY_NPC_H__
|
||||
#include "enemy\npc.h"
|
||||
#endif
|
||||
|
||||
class CNpcShellEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
virtual void render();
|
||||
virtual int getFrameCount() {return( 1 );}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue