summaryrefslogtreecommitdiff
path: root/src/spells3.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
commitd2b23810e3349e7cb12d8c51d2a630c6a31d7cd0 (patch)
tree762d31c22288e584e12dcf3df4ee316b57f27fc8 /src/spells3.cc
parentd379c47aaec011921c1d09140ee1098a7053b5b6 (diff)
Split monster3.cc declarations to separate header file
Diffstat (limited to 'src/spells3.cc')
-rw-r--r--src/spells3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells3.cc b/src/spells3.cc
index ba4d8815..c7128754 100644
--- a/src/spells3.cc
+++ b/src/spells3.cc
@@ -5,6 +5,7 @@
#include "cmd5.hpp"
#include "mimic.hpp"
#include "monster2.hpp"
+#include "monster3.hpp"
#include "skills.hpp"
#include "spell_type.hpp"
#include "spell_idx_list.hpp"