#pragma once #include #include class Util { public: static std::string load_file(const std::string& path); };