Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2004, 12:50:55 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/importer: merged back from the trunk again: command: svn merge trunk/ branches/osX -r 2887:HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/osX/importer/windowHandler.h

    r2804 r2977  
    1414#include <math.h>
    1515
     16#ifdef __WIN32__
     17#include <windows.h>
     18#endif /* __WIN32__ */
    1619
    1720#define TRUE 1
     
    2629    GLvoid KillGLWindow(GLvoid);
    2730    BOOL CreateGLWindow(char* title, int width, int height, int bits, BOOL fullscreenflag);
     31    SDL_Surface* screen;
    2832  private:
    2933    int InitGL(GLvoid);
Note: See TracChangeset for help on using the changeset viewer.