aboutsummaryrefslogtreecommitdiff
path: root/source/App.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/App.hpp')
-rw-r--r--source/App.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/App.hpp b/source/App.hpp
new file mode 100644
index 0000000..bc99354
--- /dev/null
+++ b/source/App.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+class App {
+public:
+ void Show();
+}; \ No newline at end of file