Changeset 1875 in orxonox.OLD for orxonox/trunk/core/orxonox.h
- Timestamp:
- May 7, 2004, 10:49:55 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/orxonox.h
r1872 r1875 28 28 static InputOutput* io; 29 29 static bool pause; 30 static bool upWeGo; 31 static bool downWeGo; 32 static bool rightWeGo; 33 static bool leftWeGo; 30 34 31 35 public: … … 41 45 static void reshape (int w, int h); 42 46 static void keyboard(unsigned char key, int x, int y); 47 static void releaseKey(int key, int x, int y); 43 48 static void specFunc(int key, int x, int y); 49 static void quitGame(void); 44 50 }; 45 51
Note: See TracChangeset
for help on using the changeset viewer.