Changeset 1873 in orxonox.OLD for orxonox/trunk
- Timestamp:
- May 6, 2004, 10:56:08 PM (21 years ago)
- Location:
- orxonox/trunk/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/input_output.h
r1872 r1873 9 9 #include "player.h" 10 10 11 #define BASE_STEP 511 #define BASE_STEP 2 12 12 13 13 class InputOutput { -
orxonox/trunk/core/orxonox.cc
r1872 r1873 91 91 //for testing purps only 92 92 //testTheShit(); 93 glutIdleFunc(continousRedraw); 93 94 } 94 95
Note: See TracChangeset
for help on using the changeset viewer.