summaryrefslogtreecommitdiffstats
path: root/src/control/SceneEdit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/SceneEdit.h')
-rw-r--r--src/control/SceneEdit.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/control/SceneEdit.h b/src/control/SceneEdit.h
new file mode 100644
index 00000000..f44b0011
--- /dev/null
+++ b/src/control/SceneEdit.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CSceneEdit
+{
+public:
+ static void Update(void);
+};