This commit is contained in:
Charles 2001-06-30 15:39:43 +00:00
parent e1ff8eb3c6
commit eef4e8dc39
16 changed files with 64 additions and 99 deletions

View file

@ -14,11 +14,12 @@
#ifndef __ENEMY_NSSHARK_H__
#define __ENEMY_NSSHARK_H__
#include "fx\fx.h"
#include "fx\fxnrgbar.h"
#ifndef __ENEMY_NBOSS_H__
#include "enemy\nboss.h"
#endif
class CNpcSubSharkEnemy : public CNpcEnemy
class CNpcSubSharkEnemy : public CNpcBossEnemy
{
public:
virtual void think( int _frames );
@ -50,10 +51,8 @@ protected:
};
u8 m_salvoCount;
bool m_meterOn;
s32 m_invulnerableTimer;
DVECTOR m_targetPos;
CFXNRGBar *m_energyBar;
};
#endif