Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 28, 2016, 4:08:07 PM (8 years ago)
Author:
plehmann
Message:

scriptcontroller task system doesnt work. it seems like queue is the wrong data structure

File:
1 edited

Legend:

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

    r11172 r11178  
    3232#include "infos/PlayerInfo.h"
    3333#include "tools/interfaces/Tickable.h"
     34#include "core/class/OrxonoxClass.h"
    3435
    3536namespace orxonox
    3637{
    37     class _OrxonoxExport Task : public Tickable
    38     {
     38    class _OrxonoxExport Task : public OrxonoxClass {
     39   
    3940        public:
    4041            Task(Context* context);
     
    4445            void initialize(float startTime);
    4546
    46             virtual void tick(float dt) override;
     47            virtual void tick(float dt);
    4748
    4849            void setIsRunning(bool shouldBeRunning)
Note: See TracChangeset for help on using the changeset viewer.