move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module

This commit is contained in:
MihailRis
2025-01-06 16:07:16 +03:00
parent da471bd4eb
commit 0a1a16299e
16 changed files with 156 additions and 55 deletions
-2
View File
@@ -16,8 +16,6 @@ namespace menus {
/// @brief Create development version label at the top-right screen corner
void create_version_label(Engine& engine);
gui::page_loader_func create_page_loader(Engine& engine);
UiDocument* show(
Engine& engine,
const std::string& name,