Changeset 2691
- Timestamp:
- Feb 23, 2009, 9:21:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc
r2685 r2691 29 29 #include "OrxonoxStableHeaders.h" 30 30 #include "GSRoot.h" 31 32 #ifdef ORXONOX_PLATFORM_WINDOWS 33 # include <winbase.h> 34 #endif 31 35 32 36 #include "util/Exception.h" … … 45 49 #include "objects/Tickable.h" 46 50 47 #ifdef ORXONOX_PLATFORM_WINDOWS48 # include <winbase.h>49 #endif50 51 51 namespace orxonox 52 52 {
Note: See TracChangeset
for help on using the changeset viewer.