summaryrefslogtreecommitdiffhomepage
path: root/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Globals.h')
-rw-r--r--Globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Globals.h b/Globals.h
new file mode 100644
index 0000000..8257130
--- /dev/null
+++ b/Globals.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "App.h"
+
+
+extern App app;