diff --git a/src/interface/creation.hpp b/src/interface/creation.hpp index fc8cf37..9223432 100644 --- a/src/interface/creation.hpp +++ b/src/interface/creation.hpp @@ -2,7 +2,6 @@ #define HACKTHEGAME_CHARACTER_CREATION_HPP #include "src/class/player.hpp" -#include "src/class/monster.hpp" Player *createCharacter();