Wrapper classes for the emwin library

Dependents:   app_emwin1 app_emwin2_pos lpc4088_ebb_gui_emwin

Revision:
0:316c181e9b65
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emwin_port.h	Mon Dec 16 07:03:22 2013 +0000
@@ -0,0 +1,10 @@
+
+
+#ifndef EMWIN_PORT_H
+#define EMWIN_PORT_H
+
+#include "EwGui.h"
+
+void ew_registerGuiHandle(EwGui* gui);
+
+#endif