Changeset 7204 for code/branches/consolecommands3/src/modules/designtools
- Timestamp:
- Aug 23, 2010, 1:08:14 AM (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
r7163 r7204 12 12 #include "core/PathConfig.h" 13 13 #include "core/ScopedSingletonManager.h" 14 #include "core/ ConsoleCommand.h"14 #include "core/command/ConsoleCommand.h" 15 15 16 16 #include "CameraManager.h" -
code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc
r7163 r7204 34 34 #include <OgreCamera.h> 35 35 36 #include "core/ConsoleCommand.h"37 36 #include "core/CoreIncludes.h" 38 37 #include "core/ConfigValueIncludes.h" 38 #include "core/GraphicsManager.h" 39 39 #include "core/ScopedSingletonManager.h" 40 #include "core/command/ConsoleCommand.h" 41 #include "core/command/CommandExecutor.h" 40 42 #include "controllers/HumanController.h" 41 43 #include "worldentities/CameraPosition.h" 42 44 #include "worldentities/ControllableEntity.h" 43 #include "core/GraphicsManager.h"44 #include "core/CommandExecutor.h"45 45 #include "graphics/Camera.h" 46 46
Note: See TracChangeset
for help on using the changeset viewer.