mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-13 10:09:04 +00:00
feat: add nlohmann json based wrappers for webview binds,notify
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
std::unordered_map<std::string, UiFile> BuildUiFileLookup();
|
||||
const char* GetMimeTypeForFileName(const std::string& fileName);
|
||||
namespace ui
|
||||
{
|
||||
std::unordered_map<std::string, UiFile> BuildUiFileLookup();
|
||||
const char* GetMimeTypeForFileName(const std::string& fileName);
|
||||
} // namespace ui
|
||||
|
Reference in New Issue
Block a user