This commit is contained in:
Charles 2001-05-05 17:34:26 +00:00
parent 5cf79f93ac
commit 4135b52516
5 changed files with 105 additions and 33 deletions

View file

@ -27,6 +27,13 @@ protected:
virtual void processTimer( int _frames );
bool m_isFiring;
enum GEYSER_STATE
{
GEYSER_READY,
GEYSER_RISING,
GEYSER_DROPPING,
};
};
#endif