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-25
Revision:
2:bb9183379488
Parent:
1:48796b602c86
Child:
4:27546fb8b670

File content as of revision 2:bb9183379488:

#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"

#endif