summaryrefslogtreecommitdiff
path: root/src/gtk_includes.hpp
blob: 5a60f049a471204f7ea5b93bd450e9bfc8c586fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 */