Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2018, 4:42:43 PM (6 years ago)
Author:
adamc
Message:

first final draft

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.h

    r11961 r12006  
    2727 */
    2828
    29 #ifndef _AAAAutonomousDrone_H__
    30 #define _AAAAutonomousDrone_H__
     29#ifndef _ScriptableControllerDrone_H__
     30#define _ScriptableControllerDrone_H__
    3131
    3232#include "OrxonoxPrereqs.h"
     
    4646        Oli Scheuss
    4747    */
    48     class _OrxonoxExport AAAAutonomousDrone : public Pawn
     48    class _OrxonoxExport ScriptableControllerDrone : public Pawn
    4949    {
    5050        public:
    51             AAAAutonomousDrone(Context* context);
    52             virtual ~AAAAutonomousDrone();
     51            ScriptableControllerDrone(Context* context);
     52            virtual ~ScriptableControllerDrone();
    5353
    5454            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method for creating an AutonomousDrone through XML.
Note: See TracChangeset for help on using the changeset viewer.