feat(lua): much more complete imgui bindings, allow lua imgui callbacks from outside yimmenu classic tabs through gui.add_imgui(func) but also inside yimmenu classic tabs through tab:add_imgui(func) (#1736)

This commit is contained in:
Quentin
2023-07-17 14:55:42 +02:00
committed by GitHub
parent 5a76164d43
commit 14f4241bd8
18 changed files with 5294 additions and 11 deletions

View File

@ -46,6 +46,7 @@ namespace big
}
void draw_independent_gui();
void draw_gui(rage::joaat_t tab_hash);
void unload_module(rage::joaat_t module_id);