From 2e8c011f07fd75449edbb02ee9ed5bd191097fd9 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 27 Jan 2025 22:08:52 +1100 Subject: translation gizmo (still buggy tho) --- editor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor.hpp') 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(); -- cgit v1.2.3-54-g00ecf