This commit is contained in:
Charles 2001-07-24 20:11:23 +00:00
parent 7f60e855d5
commit d21a42d53d
5 changed files with 37 additions and 0 deletions

View file

@ -24,6 +24,8 @@ public:
virtual void postInit();
protected:
void processMovement( int _frames );
u8 m_silent;
};
#endif