This commit is contained in:
Charles 2001-07-10 21:05:15 +00:00
parent 7e3a0f69da
commit 1ced271c6c
2 changed files with 22 additions and 2 deletions

View file

@ -16,9 +16,13 @@
class CNpcSharkManEnemy : public CNpcEnemy
{
public:
void postInit();
protected:
void processClose( int _frames );
void processMovement( int _frames );
u8 m_fired;
};
#endif