summaryrefslogtreecommitdiff
path: root/src/monster3.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/monster3.cc
parentd379c47aaec011921c1d09140ee1098a7053b5b6 (diff)
Split monster3.cc declarations to separate header file
Diffstat (limited to 'src/monster3.cc')
-rw-r--r--src/monster3.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monster3.cc b/src/monster3.cc
index 16d12f20..7012c6b5 100644
--- a/src/monster3.cc
+++ b/src/monster3.cc
@@ -6,6 +6,8 @@
* included in all such copies.
*/
+#include "monster3.hpp"
+
#include "angband.h"
#include "cmd2.hpp"
#include "gods.hpp"