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