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

chore: add modman bind for getting assets from a zone

This commit is contained in:
Jan Laupetin
2025-10-21 00:10:41 +01:00
parent 23f5ad67e9
commit 3995596e6c
15 changed files with 1070 additions and 1 deletions

View File

@@ -1,13 +1,15 @@
#include "Binds.h"
#include "AssetBinds.h"
#include "DialogBinds.h"
#include "UnlinkingBinds.h"
#include "Web/Binds/DialogBinds.h"
#include "ZoneBinds.h"
namespace ui
{
void RegisterAllBinds(webview::webview& wv)
{
RegisterAssetBinds(wv);
RegisterDialogHandlerBinds(wv);
RegisterUnlinkingBinds(wv);
RegisterZoneBinds(wv);