Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 2:05:43 PM (8 years ago)
Author:
gania
Message:

fixed loops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/CommonController.h

    r10855 r10856  
    156156                void setTargetOrientation(const Quaternion& orient);
    157157                void setTargetOrientation(ControllableEntity* target);
     158                virtual void boostControl();
    158159
    159160
     
    227228                bool bInLoop_;
    228229                bool bLoop_;                   
    229             //----[/"Private" variables]----               
     230            //----[/"Private" variables]----   
     231        virtual void takeActionpoints (std::vector<Point > vector, std::vector<Point > loop, bool b);
     232           
    230233    };
    231234}
Note: See TracChangeset for help on using the changeset viewer.