Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3184 in orxonox.OLD


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

orxonox/trunk: osX-compatibility

Location:
orxonox/trunk
Files:
1 added
4 edited

Legend:

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

    r2847 r3184  
    1111extern int verbose; //!< will be obsolete soon
    1212
    13 #include <GL/gl.h>
    14 #include <GL/glu.h>
     13#include "stdincl.h"
    1514#include <fstream>
    1615
  • orxonox/trunk/importer/material.h

    r3178 r3184  
    99extern int verbose; //!< will be obsolete soon.
    1010
    11 #include <GL/gl.h>
    12 #include <GL/glu.h>
    13 #include <SDL/SDL.h>
     11#include "stdincl.h"
    1412
    1513#if HAVE_CONFIG_H
  • orxonox/trunk/importer/object.h

    r3140 r3184  
    77#define _OBJECT_H
    88
    9 #include <GL/gl.h>
    10 #include <GL/glu.h>
     9#include "stdincl.h"
    1110
    1211#include "array.h"
  • 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.