aboutsummaryrefslogtreecommitdiff
path: root/Guppies1_0App.h
diff options
context:
space:
mode:
Diffstat (limited to 'Guppies1_0App.h')
-rw-r--r--Guppies1_0App.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/Guppies1_0App.h b/Guppies1_0App.h
new file mode 100644
index 0000000..91cc38d
--- /dev/null
+++ b/Guppies1_0App.h
@@ -0,0 +1,21 @@
+/***************************************************************
+ * Name: Guppies1_0App.h
+ * Purpose: Defines Application Class
+ * Author: Paul T. Oliver (nino.trullen@gmail.com)
+ * Created: 2012-11-13
+ * Copyright: Paul T. Oliver ()
+ * License:
+ **************************************************************/
+
+#ifndef GUPPIES1_0APP_H
+#define GUPPIES1_0APP_H
+
+#include <wx/app.h>
+
+class Guppies1_0App : public wxApp
+{
+ public:
+ virtual bool OnInit();
+};
+
+#endif // GUPPIES1_0APP_H