From b2392cf01e6fd0c15bc52941177fbe4b8a5d1a69 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 18 Jan 2025 17:05:58 +1100 Subject: entity debugger --- editor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor.hpp') diff --git a/editor.hpp b/editor.hpp index 9443a45..a809d6d 100644 --- a/editor.hpp +++ b/editor.hpp @@ -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 -- cgit v1.2.3-54-g00ecf