|
|
|
@ -13,10 +13,8 @@ class Kenny : public Personnage
|
|
|
|
|
public:
|
|
|
|
|
void parler(const std::string &message) const override;
|
|
|
|
|
|
|
|
|
|
Kenny();
|
|
|
|
|
|
|
|
|
|
Kenny(const std::string &name,
|
|
|
|
|
const std::string &pv);
|
|
|
|
|
explicit Kenny(const std::string &name = "Kenny",
|
|
|
|
|
const std::string &pv = "huh?");
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|