Changeset 7037 for code/branches/presentation3
- Timestamp:
- May 31, 2010, 9:21:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/controllers/ArtificialController.cc
r7035 r7037 30 30 31 31 #include <vector> 32 #include "limits.h" 32 #include <climits> 33 34 #include "util/Math.h" 35 #include "core/ConsoleCommand.h" 33 36 #include "core/CoreIncludes.h" 34 37 #include "core/XMLPort.h" … … 41 44 #include "controllers/NewHumanController.h" 42 45 #include "controllers/DroneController.h" 43 #include "util/Math.h"44 #include "core/ConsoleCommand.h"45 46 46 47 namespace orxonox … … 72 73 this->myMaster_ = 0; 73 74 this->freedomCount_ = 0; 74 75 75 this->team_ = -1; 76 this->state_ = FREE; 76 77 this->specificMasterAction_ = NONE; 77 78 this->specificMasterActionHoldCount_ = 0;
Note: See TracChangeset
for help on using the changeset viewer.