Changeset 5850 for code/branches/core5/src/orxonox/overlays
- Timestamp:
- Oct 1, 2009, 11:44:53 AM (15 years ago)
- Location:
- code/branches/core5/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/overlays/InGameConsole.cc
r5738 r5850 85 85 86 86 this->setConfigValues(); 87 this->initialise(); 87 88 } 88 89 -
code/branches/core5/src/orxonox/overlays/InGameConsole.h
r5791 r5850 36 36 37 37 #include "util/OgreForwardRefs.h" 38 #include "util/S ingleton.h"38 #include "util/ScopedSingleton.h" 39 39 #include "core/Shell.h" 40 40 #include "core/WindowEventListener.h" … … 42 42 namespace orxonox 43 43 { 44 class _OrxonoxExport InGameConsole : public S ingleton<InGameConsole>, public ShellListener, public WindowEventListener44 class _OrxonoxExport InGameConsole : public ScopedSingleton<InGameConsole, ScopeID::Graphics>, public ShellListener, public WindowEventListener 45 45 { 46 friend class S ingleton<InGameConsole>;46 friend class ScopedSingleton<InGameConsole, ScopeID::Graphics>; 47 47 public: // functions 48 48 InGameConsole();
Note: See TracChangeset
for help on using the changeset viewer.