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:
8
src/ModMan/Web/UiAssets.h
Normal file
8
src/ModMan/Web/UiAssets.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "ui/modmanui.h"
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
std::unordered_map<std::string, UiFile> BuildUiFileLookup();
|
Reference in New Issue
Block a user