Changeset 10459 for code/branches/core7/src/modules
- Timestamp:
- May 24, 2015, 1:48:18 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
r10458 r10459 48 48 #include "core/Resource.h" 49 49 #include "core/command/ConsoleCommandIncludes.h" 50 #include "core/singleton/ScopedSingleton Wrapper.h"50 #include "core/singleton/ScopedSingletonIncludes.h" 51 51 #include "util/StringUtils.h" 52 52 -
code/branches/core7/src/modules/designtools/SkyboxGenerator.cc
r10458 r10459 45 45 #include "core/command/ConsoleCommandIncludes.h" 46 46 #include "core/command/CommandExecutor.h" 47 #include "core/singleton/ScopedSingleton Wrapper.h"47 #include "core/singleton/ScopedSingletonIncludes.h" 48 48 49 49 #include "controllers/HumanController.h" -
code/branches/core7/src/modules/notifications/NotificationManager.cc
r10458 r10459 37 37 #include "core/CoreIncludes.h" 38 38 #include "core/LuaState.h" 39 #include "core/singleton/ScopedSingleton Wrapper.h"39 #include "core/singleton/ScopedSingletonIncludes.h" 40 40 41 41 #include "interfaces/NotificationListener.h" -
code/branches/core7/src/modules/pickup/PickupManager.cc
r10458 r10459 38 38 #include "core/GUIManager.h" 39 39 #include "core/class/Identifier.h" 40 #include "core/singleton/ScopedSingleton Wrapper.h"40 #include "core/singleton/ScopedSingletonIncludes.h" 41 41 #include "network/Host.h" 42 42 #include "network/NetworkFunction.h" -
code/branches/core7/src/modules/questsystem/QuestManager.cc
r10458 r10459 36 36 #include "util/Exception.h" 37 37 #include "util/OrxAssert.h" 38 #include "core/singleton/ScopedSingleton Wrapper.h"38 #include "core/singleton/ScopedSingletonIncludes.h" 39 39 #include "core/command/ConsoleCommand.h" 40 40 #include "core/GUIManager.h"
Note: See TracChangeset
for help on using the changeset viewer.