Changeset 7207 for code/branches/consolecommands3/src/modules/designtools
- Timestamp:
- Aug 23, 2010, 6:50:22 PM (14 years ago)
- Location:
- code/branches/consolecommands3/src/modules/designtools
- Files:
-
- 2 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"
Note: See TracChangeset
for help on using the changeset viewer.