Changeset 9667 for code/trunk/src/orxonox/controllers/FormationController.h
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/FormationController.h
r9625 r9667 33 33 34 34 #include <vector> 35 #include "core/ Super.h"35 #include "core/class/Super.h" 36 36 37 37 #include "util/Math.h" 38 #include "core/OrxonoxClass.h"39 38 #include "controllers/Controller.h" 40 39 #include "worldentities/ControllableEntity.h" … … 47 46 48 47 public: 49 FormationController( BaseObject* creator);48 FormationController(Context* context); 50 49 51 50 virtual ~FormationController();
Note: See TracChangeset
for help on using the changeset viewer.