This commit is contained in:
parent
f1343fd78c
commit
d278676338
2 changed files with 62 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue