Changeset 1931 in orxonox.OLD for orxonox/trunk/core/world.h
- Timestamp:
- Jun 9, 2004, 10:49:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/world.h
r1920 r1931 65 65 void drawWorld(void); 66 66 void initEnvironement(void); 67 void setWorldStep(float step); 67 68 void updateWorld(void); 68 69 void detectCollision(void); … … 71 72 private: 72 73 float surface[120][120]; 74 float step; 73 75 74 76
Note: See TracChangeset
for help on using the changeset viewer.