#pragma once #include #include namespace CSS { void Load(const std::string& overrideConfigLocation); GtkCssProvider* GetProvider(); }