foo
[raydungeon] / src / opengl.h
diff --git a/src/opengl.h b/src/opengl.h
new file mode 100644 (file)
index 0000000..a834f93
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef OPENGL_H_
+#define OPENGL_H_
+
+#include "GL/glew.h"
+#include <GL/gl.h>
+
+int init_opengl(void);
+
+#endif /* OPENGL_H_ */