@@ -0,0 +1,10 @@
#ifndef FEATURE_H
#define FEATURE_H
#include <string>
struct Feature {
std::string name;
int value;
};
#endif // FEATURE_H
The note is not visible to the blocked user.