en cours de debug d01 ex03

This commit is contained in:
hugogogo
2022-02-06 10:50:35 +01:00
parent c1990815e2
commit 3708a135be
5 changed files with 13 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ public:
Weapon( std::string type );
~Weapon();
std::string getType( void );
std::string getType();
void setType( std::string type );
private: