This commit is contained in:
parent
5bcc1f3ef9
commit
28e212b5c2
8 changed files with 78 additions and 7 deletions
|
@ -129,6 +129,8 @@ public:
|
|||
virtual int checkCollisionAgainst(CThing *_thisThing);
|
||||
void updateCollisionArea();
|
||||
virtual void collidedWith(CThing *_thisThing) {;}
|
||||
virtual void setHasPlatformCollided( bool newVal ) {;}
|
||||
virtual bool getHasPlatformCollided() {return false;}
|
||||
s32 getNewYPos( CThing *_thisThing );
|
||||
void setNewCollidedPos(DVECTOR newPos) {m_newCollidedPos = newPos;}
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue