Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2015, 11:08:26 PM (9 years ago)
Author:
landauf
Message:

moved Scope and ScopedSingletonManager from util to core.
TODO I had to disable two tests in ScopeTest.cc because now that it runs in the core library, there are too many singletons which get loaded in graphics scope (with too many dependencies). this should be fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/orxonox/overlays/InGameConsole.cc

    r10380 r10407  
    4545#include "util/Math.h"
    4646#include "util/DisplayStringConversions.h"
    47 #include "util/ScopedSingletonManager.h"
    4847#include "util/output/MemoryWriter.h"
    4948#include "util/output/OutputManager.h"
     
    5150#include "core/config/ConfigValueIncludes.h"
    5251#include "core/command/ConsoleCommandIncludes.h"
     52#include "core/singleton/ScopedSingletonManager.h"
    5353#include "core/GUIManager.h"
    5454#include "core/input/InputManager.h"
Note: See TracChangeset for help on using the changeset viewer.