el h / SimpleGUI

Fork of SimpleGUI by Duncan McIntyre

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SimpleGUI.h Source File

SimpleGUI.h

00001 #ifndef SIMPLEGUI_H
00002 #define SIMPLEGUI_H
00003 
00004 /**
00005 * Just include all the other parts of the framework
00006 **/
00007 #include "Events/EventDispatcher.h"
00008 #include "Events/EventSource.h"
00009 #include "Font/Font.h"
00010 #include "Font/UGFont/UGFontRenderer.h"
00011 #include "Font/FastFont/FastFontRenderer.h"
00012 #include "Widgets/TextWidget.h"
00013 #include "Widgets/BitmapWidget.h"
00014 #include "Widgets/ContainerWidget.h"
00015 #include "Widgets/SpinnerWidget.h"
00016 #include "GUI.h"
00017 #include "GraphicsContext.h"
00018 
00019 #endif