From d379c47aaec011921c1d09140ee1098a7053b5b6 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:40 +0100 Subject: Split monster2.cc declarations into separate header --- src/dungeon.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dungeon.cc') diff --git a/src/dungeon.cc b/src/dungeon.cc index 287d5f2f..51d2b677 100644 --- a/src/dungeon.cc +++ b/src/dungeon.cc @@ -20,6 +20,7 @@ #include "gods.hpp" #include "help.hpp" #include "hooks.h" +#include "monster2.hpp" #include "modules.hpp" #include "notes.hpp" #include "powers.hpp" -- cgit v1.2.3