Changeset 8297 for code/trunk/src/modules
- Timestamp:
- Apr 22, 2011, 5:59:40 PM (14 years ago)
- Location:
- code/trunk/src/modules/designtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/designtools/ScreenshotManager.cc
r8232 r8297 41 41 #include <OgreRoot.h> 42 42 #include <OgreViewport.h> 43 // #include <X11/Xlib.h> TODO: Needed?44 43 45 44 #include "core/ConfigValueIncludes.h" … … 53 52 #include "graphics/Camera.h" 54 53 54 // #include <X11/Xlib.h> TODO: Needed? 55 55 56 namespace orxonox 56 57 { -
code/trunk/src/modules/designtools/SkyboxGenerator.cc
r8234 r8297 37 37 #include <OgreRenderWindow.h> 38 38 #include <OgreCamera.h> 39 // #include <X11/Xlib.h> TODO: Needed?40 39 41 40 #include "util/ScopedSingletonManager.h" … … 53 52 54 53 #include "ScreenshotManager.h" 54 55 // #include <X11/Xlib.h> TODO: Needed? 55 56 56 57 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.