Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2013, 4:16:01 PM (11 years ago)
Author:
landauf
Message:

it's probably better to store the context in a seaprate interface instead of adding a constructor argument to OrxonoxClass

File:
1 edited

Legend:

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

    r9561 r9562  
    3737#include "core/CorePrereqs.h"
    3838
    39 #include "core/OrxonoxClass.h"
     39#include "ContextObject.h"
    4040
    4141namespace orxonox
    4242{
    43     class _CoreExport Context : virtual public OrxonoxClass
     43    class _CoreExport Context : public ContextObject
    4444    {
    4545        public:
Note: See TracChangeset for help on using the changeset viewer.