summaryrefslogtreecommitdiff
path: root/src/object1.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
commit85f1b7d97f1612c70edd774bfd9cf8b75c0b6c39 (patch)
tree86ca3da421b5e12df77964001b9dfc3155f7c4f6 /src/object1.cc
parent36aa78d1916e36fb422fdb9e6cb682fdd9aeafb1 (diff)
Split monster1.cc declarations to separate header
Diffstat (limited to 'src/object1.cc')
-rw-r--r--src/object1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object1.cc b/src/object1.cc
index 2f4ddf79..8bbdac82 100644
--- a/src/object1.cc
+++ b/src/object1.cc
@@ -13,6 +13,7 @@
#include "hooks.h"
#include "lua_bind.hpp"
#include "mimic.hpp"
+#include "monster1.hpp"
#include "quark.h"
#include "skills.hpp"
#include "spell_type.hpp"