This commit is contained in:
parent
5cf79f93ac
commit
4135b52516
5 changed files with 105 additions and 33 deletions
|
@ -27,6 +27,13 @@ protected:
|
|||
virtual void processTimer( int _frames );
|
||||
|
||||
bool m_isFiring;
|
||||
|
||||
enum GEYSER_STATE
|
||||
{
|
||||
GEYSER_READY,
|
||||
GEYSER_RISING,
|
||||
GEYSER_DROPPING,
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue