This commit is contained in:
Charles 2001-05-22 21:42:39 +00:00
parent 01584391c4
commit d20f856ff4
4 changed files with 32 additions and 0 deletions

View file

@ -23,6 +23,7 @@ class CNpcFallingPlatformGenerator : public CNpcPlatform
public:
void setTargetType( NPC_PLATFORM_UNIT_TYPE targetType ) {m_targetType = targetType;}
virtual void render();
virtual CRECT const *getThinkBBox();
protected:
virtual void think( int _frames );
virtual void collidedWith(CThing *_thisThing);