This commit is contained in:
Charles 2001-05-04 16:20:10 +00:00
parent 6f7547caa2
commit 691742f26a
2 changed files with 36 additions and 8 deletions

View file

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