pull/7/head
Alexis Drai 2 years ago
parent 44715bb6ed
commit f2e2e67cee

@ -20,3 +20,6 @@ const string &Personnage::name() const
{
return m_name;
}
Personnage::~Personnage()
= default;

@ -19,6 +19,8 @@ public:
explicit Personnage(const std::string &name = "FNU",
const std::string &pv = "wat");
virtual ~Personnage();
};

Loading…
Cancel
Save