- Timestamp:
- Jan 17, 2016, 1:59:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/orxonox/controllers/WingmanController.h
r11058 r11065 51 51 52 52 //----[orxonox demanded functions]---- 53 virtual bool hasWingman() 53 virtual bool hasWingman() override 54 54 { return false; } 55 virtual bool hasFollower() 55 virtual bool hasFollower() override 56 56 { return false; } 57 57 //----[/orxonox demanded functions]---- … … 63 63 protected: 64 64 //----action must only be managed by this---- 65 virtual void action() ; //<! action() is called in regular intervals managing the bot's behaviour.65 virtual void action() override; //<! action() is called in regular intervals managing the bot's behaviour. 66 66 Vector3 getFormationPosition (); 67 67 void keepFormation();
Note: See TracChangeset
for help on using the changeset viewer.