Changeset 10407 for code/branches/core7/src/modules/designtools
- Timestamp:
- Apr 27, 2015, 11:08:26 PM (10 years ago)
- Location:
- code/branches/core7/src/modules/designtools
- Files:
-
- 2 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"
Note: See TracChangeset
for help on using the changeset viewer.