diff options
author | quou <quou@disroot.org> | 2025-01-27 22:08:52 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-27 22:08:52 +1100 |
commit | 2e8c011f07fd75449edbb02ee9ed5bd191097fd9 (patch) | |
tree | 25b2d0b47c1094c7ad8cd85524c8cea83b180c9b /editor.hpp | |
parent | 78c3bac3c690d48e9e751890c38769c785fadf50 (diff) |
translation gizmo (still buggy tho)
Diffstat (limited to 'editor.hpp')
-rw-r--r-- | editor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |