@@ -0,0 +1,12 @@
#ifndef WEAPON_H
#define WEAPON_H
#include <string>
struct Weapon {
std::string name;
int value1;
int value2;
};
#endif // WEAPON_H
The note is not visible to the blocked user.