Changeset 3753 in orxonox.OLD for orxonox/branches/levelloader/src/orxonox.cc
- Timestamp:
- Apr 7, 2005, 11:14:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/orxonox.cc
r3746 r3753 344 344 #include "base_object.h" 345 345 346 #ifdef __WIN32__ 347 #elif 346 #ifndef __WIN32__ 348 347 #include <asm/msr.h> 349 348 #include <linux/timex.h> … … 358 357 int startBenchmarks() 359 358 { 360 359 #ifndef __WIN32__ 361 360 printf("===========================================================\n"); 362 361 printf("= BENCHMARKS =\n");
Note: See TracChangeset
for help on using the changeset viewer.