Changeset 2977 in orxonox.OLD for orxonox/branches/osX/importer/windowHandler.h
- Timestamp:
- Nov 24, 2004, 12:50:55 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/osX/importer/windowHandler.h
r2804 r2977 14 14 #include <math.h> 15 15 16 #ifdef __WIN32__ 17 #include <windows.h> 18 #endif /* __WIN32__ */ 16 19 17 20 #define TRUE 1 … … 26 29 GLvoid KillGLWindow(GLvoid); 27 30 BOOL CreateGLWindow(char* title, int width, int height, int bits, BOOL fullscreenflag); 31 SDL_Surface* screen; 28 32 private: 29 33 int InitGL(GLvoid);
Note: See TracChangeset
for help on using the changeset viewer.