Browse Source

removed include monster from creation

master
myitinos 5 years ago
parent
commit
b4f3ffb60e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/interface/creation.hpp

+ 0
- 1
src/interface/creation.hpp View File

@ -2,7 +2,6 @@
#define HACKTHEGAME_CHARACTER_CREATION_HPP #define HACKTHEGAME_CHARACTER_CREATION_HPP
#include "src/class/player.hpp" #include "src/class/player.hpp"
#include "src/class/monster.hpp"
Player *createCharacter(); Player *createCharacter();

Loading…
Cancel
Save