#pragma once #include #include class ResourceLoader { public: static bool loadToolboxShell(saucer::smartview& webview); static bool serveHtml(saucer::smartview& webview, const std::string& htmlPath, bool setDecorations); };