Changeset 10407 for code/branches/core7/src/modules
- Timestamp:
- Apr 27, 2015, 11:08:26 PM (10 years ago)
- Location:
- code/branches/core7/src/modules
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/designtools/ScreenshotManager.cc
r10380 r10407 48 48 #include "core/Resource.h" 49 49 #include "core/command/ConsoleCommandIncludes.h" 50 #include " util/ScopedSingletonManager.h"50 #include "core/singleton/ScopedSingletonManager.h" 51 51 #include "util/StringUtils.h" 52 52 -
code/branches/core7/src/modules/designtools/SkyboxGenerator.cc
r10380 r10407 38 38 #include <OgreCamera.h> 39 39 40 #include "util/ScopedSingletonManager.h"41 40 #include "core/CoreIncludes.h" 42 41 #include "core/config/ConfigValueIncludes.h" … … 46 45 #include "core/command/ConsoleCommandIncludes.h" 47 46 #include "core/command/CommandExecutor.h" 47 #include "core/singleton/ScopedSingletonManager.h" 48 48 49 49 #include "controllers/HumanController.h" -
code/branches/core7/src/modules/notifications/NotificationManager.cc
r10380 r10407 37 37 #include "core/CoreIncludes.h" 38 38 #include "core/LuaState.h" 39 #include " util/ScopedSingletonManager.h"39 #include "core/singleton/ScopedSingletonManager.h" 40 40 41 41 #include "interfaces/NotificationListener.h" -
code/branches/core7/src/modules/pickup/PickupManager.cc
r10380 r10407 38 38 #include "core/GUIManager.h" 39 39 #include "core/class/Identifier.h" 40 #include "core/singleton/ScopedSingletonManager.h" 40 41 #include "network/Host.h" 41 42 #include "network/NetworkFunction.h" 42 #include "util/ScopedSingletonManager.h"43 43 44 44 #include "infos/PlayerInfo.h" -
code/branches/core7/src/modules/questsystem/QuestManager.cc
r9667 r10407 36 36 #include "util/Exception.h" 37 37 #include "util/OrxAssert.h" 38 #include " util/ScopedSingletonManager.h"38 #include "core/singleton/ScopedSingletonManager.h" 39 39 #include "core/command/ConsoleCommand.h" 40 40 #include "core/GUIManager.h"
Note: See TracChangeset
for help on using the changeset viewer.