Changeset 10760 for code/branches/hoverHS15/src/modules/invader
- Timestamp:
- Nov 2, 2015, 6:01:56 PM (9 years ago)
- Location:
- code/branches/hoverHS15/src/modules/invader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hoverHS15/src/modules/invader/InvaderShip.cc
r10624 r10760 139 139 isFireing = bBoost; 140 140 } 141 inline bool InvaderShip::collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint)141 inline bool InvaderShip::collidesAgainst(WorldEntity* otherObject, const btCollisionShape* cs, btManifoldPoint& contactPoint) 142 142 { 143 143 // orxout() << "touch!!! " << endl; //<< otherObject << " at " << contactPoint; -
code/branches/hoverHS15/src/modules/invader/InvaderShip.h
r10624 r10760 65 65 virtual void updateLevel(); 66 66 67 virtual inline bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint);67 virtual inline bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* cs, btManifoldPoint& contactPoint); 68 68 69 69 protected:
Note: See TracChangeset
for help on using the changeset viewer.