This commit is contained in:
Charles 2001-04-23 13:51:25 +00:00
parent 7aae7cb40e
commit 0ed8685ac0
2 changed files with 51 additions and 82 deletions

View file

@ -20,6 +20,8 @@ public:
virtual void postInit();
protected:
virtual void processMovement( int _frames );
DVECTOR m_velocity;
};
#endif