- Timestamp:
- Oct 31, 2015, 12:20:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/LeaderController.cc
r10719 r10729 47 47 RegisterObject(LeaderController); 48 48 49 //this->actionTimer_.setTimer(ACTION_INTERVAL, true, createExecutor(createFunctor(&LeaderController::action, this)));50 49 } 51 50 52 51 53 52 LeaderController::~LeaderController() 54 53 { 55 54 } 56 55 57 58 //**********************************************NEW59 /* void LeaderController::defaultBehaviour(float maxrand)60 {61 62 }*/63 56 64 57 }
Note: See TracChangeset
for help on using the changeset viewer.