mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-22 03:29:37 +00:00
chore: save shared modman info in context
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "Binds.h"
|
||||
|
||||
#include "Web/Binds/DialogBinds.h"
|
||||
|
||||
namespace ui
|
||||
{
|
||||
void RegisterAllBinds(webview::webview& wv)
|
||||
{
|
||||
RegisterDialogHandlerBinds(wv);
|
||||
}
|
||||
} // namespace ui
|
||||
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "Web/WebViewLib.h"
|
||||
|
||||
namespace ui
|
||||
{
|
||||
void RegisterAllBinds(webview::webview& wv);
|
||||
}
|
||||
Reference in New Issue
Block a user