2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-15 19:19:03 +00:00

chore: implement gtk handler for custom files

This commit is contained in:
Jan Laupetin
2025-10-05 18:31:39 +02:00
parent cb4b69c63b
commit cb2e83dfca
10 changed files with 166 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "ui/modmanui.h"
#include <string>
#include <unordered_map>
std::unordered_map<std::string, UiFile> BuildUiFileLookup();