#ifndef LANCOMMANDER_MODELS_REDISTRIBUTABLE_H #define LANCOMMANDER_MODELS_REDISTRIBUTABLE_H #include namespace lancommander { struct Redistributable { std::string id; std::string name; std::string description; }; } // namespace lancommander #endif // LANCOMMANDER_MODELS_REDISTRIBUTABLE_H