summaryrefslogtreecommitdiff
path: root/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor.hpp')
-rw-r--r--editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.hpp b/editor.hpp
index 77c7e9e..afa785e 100644
--- a/editor.hpp
+++ b/editor.hpp
@@ -15,6 +15,7 @@ struct Editor_Settings {
void init_editor(UI* ui, World* w);
void deinit_editor();
void editor_on_select(Entity_Id e, int m);
+void editor_update(const App& app, const Camera& cam);
void editor_draw(Line_Renderer& lr);
Editor_Settings& editor_settings();