This commit is contained in:
Charles 2001-06-27 18:28:21 +00:00
parent 2c9b448264
commit 14fe98ab08
13 changed files with 71 additions and 22 deletions

View file

@ -16,6 +16,8 @@
#include "fx\fx.h"
#include "fx\fxlaser.h"
#include "fx\fxnrgbar.h"
class CNpcIronDogfishEnemy : public CNpcEnemy
{
@ -53,6 +55,7 @@ protected:
bool m_meterOn;
CFXLaser *m_effect;
CFXNRGBar *m_energyBar;
};
#endif