openscad/src/system-gl.h

12 lines
146 B
C
Raw Normal View History

2011-10-01 03:36:30 +04:00
#ifndef SYSTEMGL_H_
#define SYSTEMGL_H_
#include <GL/glew.h>
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#else
#include <GL/gl.h>
#endif
#endif