From 17909d029c6a8872b2fddf4e171d7925bbbe9c5c Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 19:27:35 +0100 Subject: Initial commit --- Guppies1_0App.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Guppies1_0App.h (limited to 'Guppies1_0App.h') 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 + +class Guppies1_0App : public wxApp +{ + public: + virtual bool OnInit(); +}; + +#endif // GUPPIES1_0APP_H -- cgit v1.2.1