fheroes3/lib/include_gl.h

12 lines
147 B
C
Raw Normal View History

2014-06-21 12:41:07 +00:00
#ifdef _MSC_VER
#include <windows.h>
#endif
#ifdef __APPLE__
#include <gl.h>
#include <glu.h>
#else
#include <GL/gl.h>
#include <GL/glu.h>
#endif