summaryrefslogtreecommitdiff
path: root/include/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/editor.h')
-rw-r--r--include/editor.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/editor.h b/include/editor.h
new file mode 100644
index 0000000..e6fbb0a
--- /dev/null
+++ b/include/editor.h
@@ -0,0 +1,11 @@
+#ifndef INCLUDE_EDITOR
+#define INCLUDE_EDITOR
+
+#ifdef MODE_DEBUG
+bool is_editing_map = false;
+
+void update_editor(platform_window* window);
+void draw_editor(platform_window* window);
+#endif
+
+#endif \ No newline at end of file