started ropesim tool
[dosdemo] / tools / ropesim / src / opengl.h
diff --git a/tools/ropesim/src/opengl.h b/tools/ropesim/src/opengl.h
new file mode 100644 (file)
index 0000000..58d3a8c
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef OPENGL_H_
+#define OPENGL_H_
+
+#define GL_GLEXT_PROTOTYPES
+#include <GL/gl.h>
+
+#endif /* OPENGL_H_ */