This commit is contained in:
Charles 2001-07-02 19:59:04 +00:00
parent ad643eda78
commit fe30bb578f
2 changed files with 23 additions and 11 deletions

View file

@ -26,10 +26,10 @@ public:
virtual void postInit();
void render();
virtual void shutdown();
virtual u8 hasBeenAttacked();
protected:
virtual void processClose( int _frames );
virtual void processMovement( int _frames );
virtual void processShotRecoil( int _frames );
virtual void processShotDeathEnd( int _frames );
virtual void collidedWith(CThing *_thisThing);