This commit is contained in:
parent
2c9b448264
commit
14fe98ab08
13 changed files with 71 additions and 22 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue