Changeset 1024 for code/trunk/src/orxonox/OrxonoxStableHeaders.h
- Timestamp:
- Apr 10, 2008, 5:35:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/OrxonoxStableHeaders.h
r1021 r1024 40 40 // including std headers here is useless since they're already precompiled 41 41 42 // not including the entire Ogre.h doesn't exceed the default heap size for pch43 42 #ifndef WIN32_LEAN_AND_MEAN 44 43 // prevent Ogre from including winsock.h that messes with winsock2.h from enet 45 44 # define WIN32_LEAN_AND_MEAN 46 45 #endif 46 // not including the entire Ogre.h doesn't exceed the default heap size for pch 47 47 //#include <Ogre.h> 48 48 #include <OgreBillboardSet.h>
Note: See TracChangeset
for help on using the changeset viewer.