This commit is contained in:
Charles 2001-06-16 15:43:04 +00:00
parent f1343fd78c
commit d278676338
2 changed files with 62 additions and 4 deletions

View file

@ -18,6 +18,8 @@ class CNpcSubSharkEnemy : public CNpcEnemy
{
public:
virtual void postInit();
void render();
virtual void shutdown();
protected:
virtual void processClose( int _frames );
virtual void processMovement( int _frames );
@ -37,6 +39,7 @@ protected:
};
u8 m_salvoCount;
bool m_meterOn;
};
#endif