Changeset 7207 for code/branches/consolecommands3/src/modules
- Timestamp:
- Aug 23, 2010, 6:50:22 PM (14 years ago)
- Location:
- code/branches/consolecommands3/src/modules
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc
r7204 r7207 9 9 #include <OgreRoot.h> 10 10 11 #include "util/ScopedSingletonManager.h" 11 12 #include "core/GraphicsManager.h" 12 13 #include "core/PathConfig.h" 13 #include "core/ScopedSingletonManager.h"14 14 #include "core/command/ConsoleCommand.h" 15 15 -
code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc
r7204 r7207 34 34 #include <OgreCamera.h> 35 35 36 #include "util/ScopedSingletonManager.h" 36 37 #include "core/CoreIncludes.h" 37 38 #include "core/ConfigValueIncludes.h" 38 39 #include "core/GraphicsManager.h" 39 #include "core/ScopedSingletonManager.h"40 40 #include "core/command/ConsoleCommand.h" 41 41 #include "core/command/CommandExecutor.h" -
code/branches/consolecommands3/src/modules/notifications/NotificationManager.cc
r7163 r7207 36 36 #include <set> 37 37 38 #include "util/ScopedSingletonManager.h" 38 39 #include "core/CoreIncludes.h" 39 #include "core/ScopedSingletonManager.h"40 40 #include "Notification.h" 41 41 #include "interfaces/NotificationListener.h" -
code/branches/consolecommands3/src/modules/pickup/PickupManager.cc
r7163 r7207 34 34 #include "PickupManager.h" 35 35 36 #include "util/Convert.h" 37 #include "util/ScopedSingletonManager.h" 36 38 #include "core/CoreIncludes.h" 37 39 #include "core/LuaState.h" 38 40 #include "core/GUIManager.h" 39 #include "core/ScopedSingletonManager.h"40 41 #include "core/Identifier.h" 41 #include "util/Convert.h"42 42 #include "interfaces/PickupCarrier.h" 43 43 #include "infos/PlayerInfo.h" -
code/branches/consolecommands3/src/modules/questsystem/QuestManager.cc
r7204 r7207 37 37 38 38 #include "util/Exception.h" 39 #include "util/ScopedSingletonManager.h" 39 40 #include "core/CoreIncludes.h" 40 41 #include "core/GUIManager.h" 41 42 #include "core/LuaState.h" 42 #include "core/ScopedSingletonManager.h"43 43 #include "core/command/ConsoleCommand.h" 44 44 #include "infos/PlayerInfo.h"
Note: See TracChangeset
for help on using the changeset viewer.