Changeset 2493 for code/branches/presentation/src/orxonox/objects/controllers/ArtificialController.h
- Timestamp:
- Dec 17, 2008, 2:10:11 AM (16 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
/code/branches/weapon2 (added) merged: 2108,2145,2186,2203,2232,2272-2273,2288,2308,2319,2327,2331,2337,2347,2354,2366-2368,2379,2391,2393,2398,2410
- Property svn:mergeinfo changed
-
code/branches/presentation/src/orxonox/objects/controllers/ArtificialController.h
r2485 r2493 33 33 34 34 #include "Controller.h" 35 #include "objects/worldentities/pawns/Pawn.h" 35 36 #include "util/Math.h" 36 37 37 38 namespace orxonox 38 39 { 39 class _OrxonoxExport ArtificialController : public Controller 40 class _OrxonoxExport ArtificialController : public Controller, public PawnListener 40 41 { 41 42 public: … … 43 44 virtual ~ArtificialController(); 44 45 45 v oid shipDied(Pawn* ship);46 virtual void destroyedPawn(Pawn* pawn); 46 47 47 48 protected:
Note: See TracChangeset
for help on using the changeset viewer.