diff options
author | quou <quou@disroot.org> | 2025-01-18 17:05:58 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-18 17:05:58 +1100 |
commit | b2392cf01e6fd0c15bc52941177fbe4b8a5d1a69 (patch) | |
tree | e1e34929e8cd636104e583ba1f6245395ee5e431 /editor.hpp | |
parent | dd4829eb05c9193e37e8dfa952bae967c6ca60c8 (diff) |
entity debugger
Diffstat (limited to 'editor.hpp')
-rw-r--r-- | editor.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ struct UI; struct Model_Instance; struct Line_Renderer; -void init_editor(UI* ui); +void init_editor(UI* ui, World* w); void deinit_editor(); -void editor_on_select(World& w, Entity_Id e, int m); +void editor_on_select(Entity_Id e, int m); void editor_draw(Line_Renderer& lr); #endif |