d02 ex02 errors comparisons and _value

This commit is contained in:
Hugo LAMY
2022-02-18 18:40:18 +01:00
parent 46fd7395b2
commit ab0a2c4184
6 changed files with 23 additions and 13 deletions

View File

@@ -12,6 +12,8 @@ public:
ScavTrap(std::string name);
~ScavTrap();
void guardGate();
};
#endif