summaryrefslogtreecommitdiffstats
path: root/k8055gui/MyApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'k8055gui/MyApp.h')
-rw-r--r--k8055gui/MyApp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/k8055gui/MyApp.h b/k8055gui/MyApp.h
new file mode 100644
index 0000000..a1abf91
--- /dev/null
+++ b/k8055gui/MyApp.h
@@ -0,0 +1,14 @@
+#ifndef _MYAPP_
+#define _MYAPP_
+
+#include <wx/wx.h>
+#include "MyFrame.h"
+
+class MyApp: public wxApp
+{
+ virtual bool OnInit();
+};
+
+DECLARE_APP(MyApp)
+
+#endif