Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
8:a460cabc85ac
Parent:
7:303850a4b30c
Child:
11:b485561aa112
--- a/SimpleGUI.h	Sun Apr 10 16:48:44 2016 +0000
+++ b/SimpleGUI.h	Mon Apr 11 16:54:02 2016 +0000
@@ -6,10 +6,12 @@
 **/
 #include "Events/EventDispatcher.h"
 #include "Events/EventSource.h"
-#include "Font.h"
-#include "UGFontRenderer.h"
+#include "Font/Font.h"
+#include "Font/UGFont/UGFontRenderer.h"
+#include "Font/FastFont/FastFontRenderer.h"
 #include "Widgets/TextWidget.h"
 #include "Widgets/BitmapWidget.h"
 #include "Widgets/ContainerWidget.h"
+#include "GUI.h"
 
 #endif
\ No newline at end of file