This commit is contained in:
Charles 2001-04-26 16:18:31 +00:00
parent 2f7d86bd76
commit 8364b41cd1
2 changed files with 29 additions and 3 deletions

View file

@ -20,6 +20,7 @@ public:
virtual void postInit();
protected:
virtual void processMovement( int _frames );
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
};
#endif