This commit is contained in:
Paul 2001-06-25 20:25:28 +00:00
parent 916cdef0aa
commit a5e3a138c2
14 changed files with 464 additions and 70 deletions

View file

@ -57,6 +57,9 @@ private:
int m_blowing;
int m_bubbleDelay;
protected:
virtual class CPlayerState **getStateTable();
};