Changeset 2619 for code/branches/buildsystem2/src/util
- Timestamp:
- Jan 29, 2009, 11:20:37 PM (16 years ago)
- Location:
- code/branches/buildsystem2/src/util
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/util/Integers.h
r1755 r2619 36 36 #define _Integers_H__ 37 37 38 #include " OrxonoxPlatform.h"38 #include "UtilPrereqs.h" 39 39 40 40 /* Define fixed with integers -
code/branches/buildsystem2/src/util/Sleep.h
r2171 r2619 36 36 #define _Sleep_H__ 37 37 38 #include " OrxonoxPlatform.h"38 #include "UtilPrereqs.h" 39 39 40 40 #if ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 -
code/branches/buildsystem2/src/util/UtilPrereqs.h
r2171 r2619 35 35 #define _UtilPrereqs_H__ 36 36 37 #include " util/OrxonoxPlatform.h"37 #include "OrxonoxConfig.h" 38 38 39 39 //-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.