aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 2a03c125..93cca142 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -746,10 +746,15 @@ extern "C" {
#if GWIN_NEED_CONSOLE || defined(__DOXYGEN__)
#include "gwin/console.h"
#endif
+
#if GWIN_NEED_GRAPH || defined(__DOXYGEN__)
#include "gwin/graph.h"
#endif
+ #if GWIN_NEED_IMAGE || defined(__DOXYGEN__)
+ #include "gwin/image.h"
+ #endif
+
#endif /* GFX_USE_GWIN */
#endif /* _GWIN_H */