Foundation classes for a basic GUI implementing simple widgets and events. (Fork for custom changes.)

Fork of SimpleGUI by Duncan McIntyre

Revision:
2:bb9183379488
Parent:
1:48796b602c86
Child:
4:27546fb8b670
--- a/SimpleGUI.h	Fri Mar 25 16:47:33 2016 +0000
+++ b/SimpleGUI.h	Fri Mar 25 18:58:50 2016 +0000
@@ -6,7 +6,7 @@
 **/
 #include "Events/EventDispatcher.h"
 #include "Events/EventSource.h"
-
+#include "Font.h"
 #include "Widgets/TextWidget.h"
 
 #endif
\ No newline at end of file