Changeset 10458 for code/branches/core7/src/orxonox
- Timestamp:
- May 24, 2015, 11:51:05 AM (10 years ago)
- Location:
- code/branches/core7/src/orxonox
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/CameraManager.cc
r10407 r10458 38 38 #include "core/GraphicsManager.h" 39 39 #include "core/object/ObjectList.h" 40 #include "core/singleton/ScopedSingleton Manager.h"40 #include "core/singleton/ScopedSingletonWrapper.h" 41 41 #include "tools/Shader.h" 42 42 #include "graphics/Camera.h" -
code/branches/core7/src/orxonox/LevelManager.cc
r10407 r10458 36 36 #include <map> 37 37 38 #include "core/singleton/ScopedSingleton Manager.h"38 #include "core/singleton/ScopedSingletonWrapper.h" 39 39 #include "core/commandline/CommandLineIncludes.h" 40 40 #include "core/config/ConfigValueIncludes.h" -
code/branches/core7/src/orxonox/MoodManager.cc
r10407 r10458 29 29 #include "MoodManager.h" 30 30 31 #include "core/singleton/ScopedSingleton Manager.h"31 #include "core/singleton/ScopedSingletonWrapper.h" 32 32 #include "core/config/ConfigValueIncludes.h" 33 33 #include "core/CoreIncludes.h" -
code/branches/core7/src/orxonox/PlayerManager.cc
r10407 r10458 31 31 #include "core/CoreIncludes.h" 32 32 #include "core/GameMode.h" 33 #include "core/singleton/ScopedSingleton Manager.h"33 #include "core/singleton/ScopedSingletonWrapper.h" 34 34 35 35 #include "Level.h" -
code/branches/core7/src/orxonox/chat/ChatHistory.cc
r10407 r10458 28 28 29 29 #include "ChatHistory.h" 30 #include "core/singleton/ScopedSingleton Manager.h"30 #include "core/singleton/ScopedSingletonWrapper.h" 31 31 32 32 #ifndef CHATTEST -
code/branches/core7/src/orxonox/chat/ChatInputHandler.cc
r10407 r10458 47 47 #endif 48 48 49 #include "core/singleton/ScopedSingleton Manager.h"49 #include "core/singleton/ScopedSingletonWrapper.h" 50 50 #include "core/CoreIncludes.h" 51 51 #include "core/GUIManager.h" -
code/branches/core7/src/orxonox/chat/ChatManager.cc
r10407 r10458 31 31 32 32 #include "core/CoreIncludes.h" 33 #include "core/singleton/ScopedSingleton Manager.h"33 #include "core/singleton/ScopedSingletonWrapper.h" 34 34 #include "core/command/ConsoleCommandIncludes.h" 35 35 #include "network/Host.h" -
code/branches/core7/src/orxonox/overlays/InGameConsole.cc
r10413 r10458 50 50 #include "core/config/ConfigValueIncludes.h" 51 51 #include "core/command/ConsoleCommandIncludes.h" 52 #include "core/singleton/ScopedSingleton Manager.h"52 #include "core/singleton/ScopedSingletonWrapper.h" 53 53 #include "core/GUIManager.h" 54 54 #include "core/input/InputManager.h" -
code/branches/core7/src/orxonox/sound/SoundManager.cc
r10413 r10458 38 38 #include "util/Math.h" 39 39 #include "util/Clock.h" 40 #include "core/singleton/ScopedSingleton Manager.h"40 #include "core/singleton/ScopedSingletonWrapper.h" 41 41 #include "core/config/ConfigValueIncludes.h" 42 42 #include "core/CoreIncludes.h"
Note: See TracChangeset
for help on using the changeset viewer.