2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-16 19:49:02 +00:00
Files
OpenAssetTools/src/ModMan/webview/gtk/CustomProtocolHandlerGtk.h

19 lines
313 B
C++

#pragma once
#pragma warning(push, 0)
#include <webview/macros.h>
#pragma warning(pop)
#if defined(WEBVIEW_PLATFORM_LINUX) && defined(WEBVIEW_GTK)
#pragma warning(push, 0)
#include <webview/webview.h>
#pragma warning(pop)
namespace gtk
{
void InstallCustomProtocolHandler(webview::webview& wv);
}
#endif