aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-01 10:10:45 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-01 10:10:45 +0200
commitde27a6c2db6f5fb97b3a5d07395a629c879abfbc (patch)
tree64a0d07071b4675bc8017ff43f540fec4b30ede0 /include/gwin/gwin.h
parentb8b149591f3b68d5f925a60e81ebc6c78f190e99 (diff)
downloaduGFX-de27a6c2db6f5fb97b3a5d07395a629c879abfbc.tar.gz
uGFX-de27a6c2db6f5fb97b3a5d07395a629c879abfbc.tar.bz2
uGFX-de27a6c2db6f5fb97b3a5d07395a629c879abfbc.zip
image widget implementation work in progress
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 */