Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2005, 2:14:02 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: implemented some basic functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/defs/glincl.h

    r3681 r3691  
    99#define _GLINCL_H
    1010
     11#include <SDL.h>
     12
    1113#ifndef __APPLE__
    12 #include <SDL/SDL.h>
    1314#include <GL/gl.h>
    1415#include <GL/glu.h>
    1516#else
    16 #include <SDL.h>
    1717#include <OpenGL/gl.h>
    1818#include <OpenGL/glu.h>
Note: See TracChangeset for help on using the changeset viewer.