Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 14, 2013, 7:04:40 PM (11 years ago)
Author:
landauf
Message:

add context to objectlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/object/Context.cc

    r9649 r9650  
    3434#include "Context.h"
    3535#include "core/class/Identifier.h"
     36#include "core/CoreIncludes.h"
    3637
    3738namespace orxonox
    3839{
     40    RegisterClass(Context);
     41
    3942    Context* Context::rootContext_s = 0;
    4043
     
    4649        // setContext(this) here).
    4750        this->setContext(this);
     51
     52        RegisterObject(Context);
    4853    }
    4954
Note: See TracChangeset for help on using the changeset viewer.