Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3189 in orxonox.OLD


Ignore:
Timestamp:
Dec 15, 2004, 9:46:16 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: now should compile on mac again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/windowHandler.h

    r2995 r3189  
    44extern int verbose;
    55
    6 #include <GL/gl.h>
    7 #include <GL/glu.h>
    8 
    9 #ifndef __APPLE__
    10 #include <SDL/SDL.h>
    11 #else
    12 #include <SDL.h>
    13 #endif
     6#include "stdincl.h"
    147
    158#include <stdarg.h>
Note: See TracChangeset for help on using the changeset viewer.