summaryrefslogtreecommitdiff
path: root/App.h
diff options
context:
space:
mode:
authorzeldakatze <mail@zeldakatze.de>2025-10-03 23:41:33 +0200
committerzeldakatze <mail@zeldakatze.de>2025-10-03 23:44:51 +0200
commit885816be897838130354223de7f5c7e3fd54e216 (patch)
treeac81a4adf6ff471f210bc1ff868418e8ce4fbde6 /App.h
downloadBeCapsulated-885816be897838130354223de7f5c7e3fd54e216.tar.gz
BeCapsulated-885816be897838130354223de7f5c7e3fd54e216.zip
Initial commitHEADmain
Diffstat (limited to 'App.h')
-rw-r--r--App.h21
1 files changed, 21 insertions, 0 deletions
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 <mail@zeldakatze.de>
+ * All rights reserved. Distributed under the terms of the MIT license.
+ */
+#ifndef APP_H
+#define APP_H
+
+
+#include <Application.h>
+
+
+class App : public BApplication
+{
+public:
+ App();
+ virtual ~App();
+
+private:
+};
+
+#endif // APP_H