summaryrefslogtreecommitdiff
path: root/src/gtk_includes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk_includes.hpp')
-rw-r--r--src/gtk_includes.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gtk_includes.hpp b/src/gtk_includes.hpp
new file mode 100644
index 0000000..5a60f04
--- /dev/null
+++ b/src/gtk_includes.hpp
@@ -0,0 +1,19 @@
+#ifndef GTK_INCLUDES_H
+#define GTK_INCLUDES_H
+
+
+#include <gtkmm.h>
+//#include "gl_core_3_1.hpp"
+#include <gtkglmm.h>
+//#include "gl_core_1_5_vbo.hpp"
+
+#ifdef G_OS_WIN32
+#define WIN32_LEAN_AND_MEAN 1
+#include <windows.h>
+#endif
+
+//#include <GL/gl.h>
+#include <GL/glu.h>
+
+#endif /* GTK_INCLUDES_H */
+