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