diff options
Diffstat (limited to 'src/resources/monsterdb.h')
-rw-r--r-- | src/resources/monsterdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h index 6fbde55f..0a218661 100644 --- a/src/resources/monsterdb.h +++ b/src/resources/monsterdb.h @@ -24,7 +24,7 @@ #include <map> -#include "monsterinfo.h" +class MonsterInfo; /** * Monster information database. |