From d2b23810e3349e7cb12d8c51d2a630c6a31d7cd0 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:40 +0100 Subject: Split monster3.cc declarations to separate header file --- src/spells1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/spells1.cc') diff --git a/src/spells1.cc b/src/spells1.cc index 9f3cc6b7..10d34240 100644 --- a/src/spells1.cc +++ b/src/spells1.cc @@ -14,6 +14,7 @@ #include "cmd5.hpp" #include "gods.hpp" #include "monster2.hpp" +#include "monster3.hpp" #include "skills.hpp" #include "spell_type.hpp" #include "spells2.hpp" -- cgit v1.2.3