This commit is contained in:
parent
7e3a0f69da
commit
1ced271c6c
2 changed files with 22 additions and 2 deletions
|
@ -16,9 +16,13 @@
|
|||
|
||||
class CNpcSharkManEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
void postInit();
|
||||
protected:
|
||||
void processClose( int _frames );
|
||||
void processMovement( int _frames );
|
||||
|
||||
u8 m_fired;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue