#pragma once #include #include "VisualsConfig.h" class VisualsLoader { public: static VisualsConfig load(const std::string& path); };