This commit is contained in:
parent
c2a1cb5894
commit
2ce4909f78
2 changed files with 67 additions and 1 deletions
|
@ -25,6 +25,8 @@ public:
|
|||
void think( int _frames );
|
||||
void render();
|
||||
protected:
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
|
||||
s32 m_vertScale;
|
||||
s32 m_vertVelocity;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue