This commit is contained in:
Charles 2001-07-16 15:33:38 +00:00
parent c2a1cb5894
commit 2ce4909f78
2 changed files with 67 additions and 1 deletions

View file

@ -25,6 +25,8 @@ public:
void think( int _frames );
void render();
protected:
virtual void collidedWith(CThing *_thisThing);
s32 m_vertScale;
s32 m_vertVelocity;
};