- 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/SectionController.h
r11058 r11065 52 52 ActionpointController* findNewDivisionLeader(); 53 53 54 virtual bool setWingman(ActionpointController* newWingman) ;55 virtual bool hasWingman() ;56 virtual bool hasFollower() 54 virtual bool setWingman(ActionpointController* newWingman) override; 55 virtual bool hasWingman() override; 56 virtual bool hasFollower() override 57 57 { return false; } 58 58 void chooseTarget(); … … 61 61 protected: 62 62 //----action must only be managed by this---- 63 virtual void action() ; //<! action() is called in regular intervals by MasterController managing the bot's behaviour.63 virtual void action() override; //<! action() is called in regular intervals by MasterController managing the bot's behaviour. 64 64 Vector3 getFormationPosition (); 65 65 void keepFormation();
Note: See TracChangeset
for help on using the changeset viewer.