- Timestamp:
- May 30, 2010, 4:09:45 PM (14 years ago)
- Location:
- code/branches/presentation3/src/modules/designtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/modules/designtools/CreateStars.cc
r6994 r7022 41 41 42 42 #include <OgreVector3.h> 43 #include <math.h>43 #include "util/Math.h" 44 44 45 45 namespace orxonox -
code/branches/presentation3/src/modules/designtools/ScreenshotManager.h
r7015 r7022 8 8 #include <OgreTexture.h> 9 9 #include <OgreHardwarePixelBuffer.h> 10 #include <stdint.h>10 #include "OrxonoxConfig.h" 11 11 #include <cstring> 12 12 #include <cstdlib>
Note: See TracChangeset
for help on using the changeset viewer.