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:
0:0a590815d51c
Child:
1:48796b602c86

File content as of revision 0:0a590815d51c:

#ifndef SIMPLEGUI_H
#define SIMPLEGUI_H

/**
* Just include all the other parts of the framework
**/
#include "Events/EventDispatcher.h"

#include "Widgets/TextWidget.h"

#endif