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

Fork of SimpleGUI by Duncan McIntyre

SimpleGUI.h

Committer:
duncanFrance
Date:
2016-03-27
Revision:
4:27546fb8b670
Parent:
2:bb9183379488
Child:
5:b7ce5721a0b5

File content as of revision 4:27546fb8b670:

#ifndef SIMPLEGUI_H
#define SIMPLEGUI_H

/**
* Just include all the other parts of the framework
**/
#include "Events/EventDispatcher.h"
#include "Events/EventSource.h"
#include "Font.h"
#include "Widgets/TextWidget.h"
#include "Widgets/BitmapWidget.h"

#endif