mirror of
https://github.com/quantum5/punyverse.git
synced 2025-08-09 02:09:36 -04:00
10 lines
126 B
C
10 lines
126 B
C
#ifdef _MSC_VER
|
|
# include <windows.h>
|
|
#endif
|
|
|
|
#ifdef __APPLE__
|
|
# include <OpenGL/gl.h>
|
|
#else
|
|
# include <GL/gl.h>
|
|
#endif
|