Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5263 in orxonox.OLD for trunk/src/defs/glincl.h


Ignore:
Timestamp:
Sep 27, 2005, 12:33:05 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: using glew, and Shaders are now read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/glincl.h

    r4381 r5263  
    22  \file glincl.h
    33  \brief This file includes gl Headers.
    4  
     4
    55  no Class is defined here, but the opengl Headers
    66*/
     
    1010
    1111#ifndef __APPLE__
     12#include <GL/glew.h>
    1213#include <GL/gl.h>
    1314#include <GL/glu.h>
    1415#else
     16#include <OpenGL/glew.h>
    1517#include <OpenGL/gl.h>
    1618#include <OpenGL/glu.h>
Note: See TracChangeset for help on using the changeset viewer.