aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/sys_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/sys_defs.h')
-rw-r--r--src/gwin/sys_defs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gwin/sys_defs.h b/src/gwin/sys_defs.h
index 4b103d11..7823eafe 100644
--- a/src/gwin/sys_defs.h
+++ b/src/gwin/sys_defs.h
@@ -962,14 +962,15 @@ extern "C" {
#if GWIN_NEED_CONSOLE || defined(__DOXYGEN__)
#include "src/gwin/console.h"
#endif
-
#if GWIN_NEED_GRAPH || defined(__DOXYGEN__)
#include "src/gwin/graph.h"
#endif
-
#if GWIN_NEED_IMAGE || defined(__DOXYGEN__)
#include "src/gwin/gimage.h"
#endif
+ #if GWIN_NEED_GL3D || defined(__DOXYGEN__)
+ #include "src/gwin/gwin_gl3d.h"
+ #endif
#endif /* GFX_USE_GWIN */