From 885816be897838130354223de7f5c7e3fd54e216 Mon Sep 17 00:00:00 2001 From: zeldakatze Date: Fri, 3 Oct 2025 23:41:33 +0200 Subject: Initial commit --- App.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 App.h (limited to 'App.h') diff --git a/App.h b/App.h new file mode 100644 index 0000000..ff433f5 --- /dev/null +++ b/App.h @@ -0,0 +1,21 @@ +/* + * Copyright 2025, Maite Gamper + * All rights reserved. Distributed under the terms of the MIT license. + */ +#ifndef APP_H +#define APP_H + + +#include + + +class App : public BApplication +{ +public: + App(); + virtual ~App(); + +private: +}; + +#endif // APP_H -- cgit v1.2.3