aboutsummaryrefslogtreecommitdiffstats
path: root/include/gfx.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-01-11 15:04:40 +0100
committerJoel Bodenmann <joel@unormal.org>2013-01-11 15:04:40 +0100
commit66bb4ecb853fd3a35fd3154811c70aa1ff316937 (patch)
treeb5044720ce7e590c8bcbc9c6f641ecf0b8055be8 /include/gfx.h
parentdae721900b75d7b8e78bc35e79c4288934bba79d (diff)
parent249a1b345f1064957a6fd187fcdfbbcd3c1fecad (diff)
downloaduGFX-66bb4ecb853fd3a35fd3154811c70aa1ff316937.tar.gz
uGFX-66bb4ecb853fd3a35fd3154811c70aa1ff316937.tar.bz2
uGFX-66bb4ecb853fd3a35fd3154811c70aa1ff316937.zip
Merge branch 'tdisp'
Diffstat (limited to 'include/gfx.h')
-rw-r--r--include/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gfx.h b/include/gfx.h
index 9dfe681a..b6107de6 100644
--- a/include/gfx.h
+++ b/include/gfx.h
@@ -94,6 +94,7 @@
#include "gdisp/options.h"
#include "gwin/options.h"
#include "ginput/options.h"
+#include "tdisp/options.h"
/**
* Inter-dependancy safety checks on the sub-systems.
@@ -109,6 +110,7 @@
#include "gdisp/gdisp.h"
#include "gwin/gwin.h"
#include "ginput/ginput.h"
+#include "tdisp/tdisp.h"
#endif /* _GFX_H */
/** @} */