#ifndef GETSUYOMI_CONFIG_HPP #define GETSUYOMI_CONFIG_HPP #include namespace getsuyomi { struct GetsuyomiConfig { std::string home{}; std::string dataHome{}; std::string configHome{}; std::string stateHome{}; }; } // namespace getsuyomi #endif