Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
0:0a590815d51c
Child:
1:48796b602c86
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SimpleGUI.h	Fri Mar 25 13:47:04 2016 +0000
@@ -0,0 +1,11 @@
+#ifndef SIMPLEGUI_H
+#define SIMPLEGUI_H
+
+/**
+* Just include all the other parts of the framework
+**/
+#include "Events/EventDispatcher.h"
+
+#include "Widgets/TextWidget.h"
+
+#endif
\ No newline at end of file