Applied norminette syntax for visual enjoyment
This commit is contained in:
@@ -19,8 +19,7 @@ const std::string& Weapon::getType() const
|
||||
return (this->type);
|
||||
}
|
||||
|
||||
void Weapon::setType(const std::string &str)
|
||||
void Weapon::setType(const std::string &str)
|
||||
{
|
||||
this->type = str;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
# include <iostream>
|
||||
|
||||
class Weapon
|
||||
class Weapon
|
||||
{
|
||||
private:
|
||||
std::string type;
|
||||
|
||||
Reference in New Issue
Block a user