mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-17 18:52:06 +00:00
11 lines
159 B
C++
11 lines
159 B
C++
#pragma once
|
|
|
|
#include "Web/WebViewLib.h"
|
|
|
|
#include <webview/macros.h>
|
|
|
|
namespace ui
|
|
{
|
|
void InstallFaviconHandler(webview::webview& wv);
|
|
} // namespace ui
|