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

Fork of SimpleGUI by Duncan McIntyre

Revision:
7:303850a4b30c
Parent:
5:b7ce5721a0b5
Child:
8:a460cabc85ac
--- a/SimpleGUI.h	Mon Mar 28 12:59:37 2016 +0000
+++ b/SimpleGUI.h	Sun Apr 10 16:48:44 2016 +0000
@@ -7,6 +7,7 @@
 #include "Events/EventDispatcher.h"
 #include "Events/EventSource.h"
 #include "Font.h"
+#include "UGFontRenderer.h"
 #include "Widgets/TextWidget.h"
 #include "Widgets/BitmapWidget.h"
 #include "Widgets/ContainerWidget.h"