Changeset 1994 in orxonox.OLD for orxonox/branches/dave/core/orxonox.h
- Timestamp:
- Jun 21, 2004, 12:39:11 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/core/orxonox.h
r1879 r1994 12 12 #include <GL/glut.h> 13 13 14 15 #include "environment.h" 14 16 #include "world.h" 15 17 #include "input_output.h" 16 18 #include "data_tank.h" 17 19 #include "stdincl.h" 18 20 #include "player.h" 19 21 20 22 … … 27 29 static World* world; 28 30 static InputOutput* io; 31 static Player* localPlayer; 29 32 static bool pause; 33 static bool inputEnabled; 30 34 static bool upWeGo; 31 35 static bool downWeGo; 32 36 static bool rightWeGo; 33 37 static bool leftWeGo; 38 static bool shoot1; 39 static int fps; 34 40 35 41 static int alpha; … … 38 44 static int offsetY; 39 45 46 static void timeSlice(int value); 47 40 48 public: 41 49 50 42 51 static Orxonox* getInstance (void); 43 44 52 int globalInit (int argc, char** argv); 45 53 int menuInit (void); … … 50 58 static void reshape (int w, int h); 51 59 static void keyboard(unsigned char key, int x, int y); 60 static void upKeyboard(unsigned char key, int x, int y); 52 61 static void releaseKey(int key, int x, int y); 53 62 static void specFunc(int key, int x, int y);
Note: See TracChangeset
for help on using the changeset viewer.