This commit is contained in:
parent
2460074bd4
commit
dce7901451
2 changed files with 112 additions and 12 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue