This commit is contained in:
parent
a58e5a3455
commit
fd9a5d5baf
4 changed files with 33 additions and 0 deletions
|
@ -23,6 +23,7 @@ class CNpcBigWheelHazard : public CNpcHazard
|
|||
public:
|
||||
void init();
|
||||
virtual void render();
|
||||
virtual CRECT const *getThinkBBox();
|
||||
protected:
|
||||
void processMovement( int _frames );
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue