Subversion Repositories gelsvn

Rev

Rev 147 | Rev 594 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
147 jab 1
#ifndef __GRAPHICS_GEL_GL_H__
2
#define __GRAPHICS_GEL_GL_H__
3
 
4
#ifdef WIN32
5
#include <windows.h>
6
#endif
7
#if defined(__APPLE__) && defined(__MACH__)
8
#include <OpenGL/gl.h>
9
#else
10
#include <GL/gl.h>
11
#endif
12
 
13
#endif