mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-19 04:55:19 +00:00
12 lines
253 B
C++
12 lines
253 B
C++
#pragma once
|
|
|
|
#include "Web/WebViewLib.h"
|
|
|
|
namespace ui
|
|
{
|
|
void NotifyZoneLoaded(std::string zoneName, std::string fastFilePath);
|
|
void NotifyZoneUnloaded(std::string zoneName);
|
|
|
|
void RegisterZoneBinds(webview::webview& wv);
|
|
} // namespace ui
|