#ifndef SKILL_H #define SKILL_H #include struct Skill { std::string name; int value; }; #endif // SKILL_H