added 3dengfx into the repo, probably not the correct version for this
[summerhack] / src / 3dengfx / src / fxwt / init.hpp
1 #ifndef _FXWT_INIT_HPP_
2 #define _FXWT_INIT_HPP_
3
4 #include "gfx_library.h"
5 #include "3dengfx/3denginefx_types.hpp"
6
7 #if GFX_LIBRARY == GTK
8 extern GtkWidget *gl_drawing_area;
9 #endif  // GTK
10
11 namespace fxwt {
12         bool init_graphics(GraphicsInitParameters *gip);
13         void destroy_graphics();
14
15         void swap_buffers();
16 }
17
18 #endif  // _FXWT_INIT_HPP_