Changeset 2036 in orxonox.OLD for orxonox/trunk/src/orxonox.h
- Timestamp:
- Jun 27, 2004, 7:48:44 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.h
r1956 r2036 1 2 3 1 4 2 #ifndef ORXONOX_H 5 3 #define ORXONOX_H 6 4 7 /* standard headers */ 8 #include <iostream> 9 #include <cstdio> 10 11 /* openGL Headers */ 12 #include <GL/glut.h> 13 14 15 #include "environment.h" 16 #include "world.h" 17 #include "input_output.h" 18 #include "data_tank.h" 19 #include "stdincl.h" 20 #include "player.h" 5 class World; 6 class InputOutput; 7 class Player; 21 8 22 9 … … 47 34 48 35 public: 49 50 36 static Orxonox* getInstance (void); 51 37
Note: See TracChangeset
for help on using the changeset viewer.