From b4f3ffb60e77656308073d4d9af417188450924a Mon Sep 17 00:00:00 2001 From: myitinos Date: Fri, 4 Jan 2019 10:56:33 +0800 Subject: [PATCH] removed include monster from creation --- src/interface/creation.hpp | 1 - 1 file changed, 1 deletion(-) 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();