2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +00:00

feat: unlink fastfiles via ModMan

This commit is contained in:
Jan Laupetin
2025-10-11 18:56:11 +01:00
parent f53195d4bd
commit d86b70e006
8 changed files with 174 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
#include "Binds.h"
#include "UnlinkingBinds.h"
#include "Web/Binds/DialogBinds.h"
#include "ZoneBinds.h"
@@ -8,6 +9,7 @@ namespace ui
void RegisterAllBinds(webview::webview& wv)
{
RegisterDialogHandlerBinds(wv);
RegisterUnlinkingBinds(wv);
RegisterZoneBinds(wv);
}
} // namespace ui