FreeRDP
Loading...
Searching...
No Matches
webview_impl.hpp
1
20#pragma once
21
22#include <string>
23
24bool webview_impl_run(const std::string& title, const std::string& url, std::string& code);