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