Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3184 in orxonox.OLD for orxonox/trunk/src/stdincl.h


Ignore:
Timestamp:
Dec 15, 2004, 6:20:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: osX-compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/stdincl.h

    r2995 r3184  
    1111#ifndef __APPLE__
    1212#include <SDL/SDL.h>
     13#include <GL/gl.h>
     14#include <GL/glu.h>
    1315#else
    1416#include <SDL.h>
     17#include <OpenGL/gl.h>
     18#include <OpenGL/glu.h>
    1519#endif
    16 
    17 #include <GL/gl.h>
    18 #include <GL/glu.h>
    1920
    2021#include "vector.h"
Note: See TracChangeset for help on using the changeset viewer.