Changeset 9828 for code/branches/invaders/src/modules/invader/InvaderShip.h
- Timestamp:
- Nov 25, 2013, 5:35:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/modules/invader/InvaderShip.h
r9793 r9828 63 63 64 64 // *InvaderShip getShip(){return this;} 65 virtual inline bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint); 65 66 private: 66 67 Camera* camera; … … 74 75 } velocity, desiredVelocity; 75 76 77 WeakPtr<InvaderEnemy> lastEnemy; 78 76 79 }; 77 80 }
Note: See TracChangeset
for help on using the changeset viewer.