Changeset 2756 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Mar 8, 2009, 1:24:15 PM (16 years ago)
- Location:
- code/trunk/src/orxonox/gamestates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSGraphics.h
r2710 r2756 32 32 #include "OrxonoxPrereqs.h" 33 33 #include <OgrePrerequisites.h> 34 #define NOMINMAX // required to stop windows.h screwing up std::min definition 34 35 #include <OgreWindowEventUtilities.h> 35 36 #include "core/GameState.h" -
code/trunk/src/orxonox/gamestates/GSRoot.cc
r2710 r2756 49 49 # define WIN32_LEAN_AND_MEAN 50 50 # endif 51 # define NOMINMAX // required to stop windows.h screwing up std::min definition 51 52 # include "windows.h" 52 53 //Get around Windows hackery54 # ifdef max55 # undef max56 # endif57 # ifdef min58 # undef min59 # endif60 53 #endif 61 54
Note: See TracChangeset
for help on using the changeset viewer.