summaryrefslogtreecommitdiff
path: root/src/system-gl.h
blob: d7de3c6d74ae067e58ac464c66dba0e3c3c3de2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SYSTEMGL_H_
#define SYSTEMGL_H_

#include <GL/glew.h>

#ifdef __APPLE__
 #include <OpenGL/OpenGL.h>
#else
 #include <GL/gl.h>
 #include <GL/glu.h>
 #ifdef _WIN32
  #include <windows.h> // For the CALLBACK macro
 #endif
#endif

#endif
contact: Jan Huwald // Impressum