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

#include <GL/glew.h>

#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#else
#include <GL/gl.h>
#endif

#endif
contact: Jan Huwald // Impressum