Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 4:02:06 PM (8 years ago)
Author:
plehmann
Message:

updated some files so NewScriptController lua binds are created. added DebugTask to cmake.

File:
1 edited

Legend:

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

    r11167 r11172  
    3333#include "controllers/ArtificialController.h"
    3434#include "tools/interfaces/Tickable.h"
     35#include "Task.h"
    3536
    3637namespace orxonox
    3738{
    38     class _OrxonoxExport Task : public Task
     39    class _OrxonoxExport DebugTask : public Task
    3940    {
    4041        public:
    4142            DebugTask(Context* context);
    42             virtual ~Task();
     43            virtual ~DebugTask(){}
    4344
    44             //this function needs to be called otherwise the task is never carriedout
    45             initialize()
     45            void initialize(float startTime)
     46                {this->startTime_ = startTime;}
    4647
    4748            virtual void tick(float dt) override;
Note: See TracChangeset for help on using the changeset viewer.