This commit is contained in:
Charles 2001-04-24 19:14:52 +00:00
parent 395a740e59
commit 58c6bd567e
2 changed files with 5 additions and 2 deletions

View file

@ -24,6 +24,8 @@ public:
void init();
protected:
void processMovement( int _frames );
s32 m_length;
};
#endif