Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 4:03:16 PM (8 years ago)
Author:
plehmann
Message:

changed the NewScriptController and Task classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/Task.h

    r11165 r11167  
    3131
    3232#include "infos/PlayerInfo.h"
    33 #include "controllers/ArtificialController.h"
     33//#include "controllers/ArtificialController.h"
    3434#include "tools/interfaces/Tickable.h"
    3535
     
    3939    {
    4040        public:
    41             Task();
     41            Task(Context* context);
    4242            virtual ~Task();
     43
     44            //this function needs to be called otherwise the task is never carriedout
     45            //initialize();
    4346
    4447            virtual void tick(float dt) override;
Note: See TracChangeset for help on using the changeset viewer.