This commit is contained in:
Charles 2001-05-30 14:08:36 +00:00
parent 2460074bd4
commit dce7901451
2 changed files with 112 additions and 12 deletions

View file

@ -25,9 +25,11 @@ public:
virtual void render();
protected:
void processMovement( int _frames );
virtual void collidedWith(CThing *_thisThing);
s16 m_rotation;
u8 m_shut;
u8 m_contact;
};
#endif