summaryrefslogtreecommitdiff
path: root/src/monster2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:42 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:42 +0100
commit99a0478c7a943290ab4350d64688682dbb615f24 (patch)
treea565a0f4bba73f9019f57db5ff2c5d7e38d33316 /src/monster2.cc
parent1dff4ac4fe5325ab8a2ac630d5211a5474e6a77b (diff)
Convert object-related macros from defines.h into functions
Diffstat (limited to 'src/monster2.cc')
-rw-r--r--src/monster2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monster2.cc b/src/monster2.cc
index 65035cca..d0103815 100644
--- a/src/monster2.cc
+++ b/src/monster2.cc
@@ -14,6 +14,7 @@
#include "levels.hpp"
#include "mimic.hpp"
#include "monster3.hpp"
+#include "object1.hpp"
#include "object2.hpp"
#include "options.hpp"
#include "randart.hpp"