aboutsummaryrefslogtreecommitdiff
path: root/ProjectBrussel/Game/EditorAccessories.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ProjectBrussel/Game/EditorAccessories.hpp')
-rw-r--r--ProjectBrussel/Game/EditorAccessories.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ProjectBrussel/Game/EditorAccessories.hpp b/ProjectBrussel/Game/EditorAccessories.hpp
new file mode 100644
index 0000000..687b509
--- /dev/null
+++ b/ProjectBrussel/Game/EditorAccessories.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+class EditorSettings {
+public:
+ void Show();
+};