Changeset 9874 for code/branches/invaders/src/modules/invader/InvaderShip.h
- Timestamp:
- Dec 6, 2013, 3:09:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/modules/invader/InvaderShip.h
r9868 r9874 39 39 #include "worldentities/pawns/SpaceShip.h" 40 40 #include "graphics/Camera.h" 41 #include "weapons/projectiles/Projectile.h" 41 42 42 43 namespace orxonox … … 65 66 66 67 virtual inline bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint); 68 69 protected: 70 virtual void death(); 67 71 private: 68 72 WeakPtr<Invader> getGame(); … … 79 83 80 84 WeakPtr<InvaderEnemy> lastEnemy; 85 WeakPtr<Projectile> lastShot; 81 86 82 87 };
Note: See TracChangeset
for help on using the changeset viewer.