summaryrefslogtreecommitdiff
path: root/src/monster3.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
commitf93c700dc8320da438ad46b59b2541e29d9b6d68 (patch)
tree3619606dd2bf7e4e64afcc6aba80bb5573cb0ef5 /src/monster3.cc
parente4fee3d69f86395e91800e4e59c6bc7ec8a5bd52 (diff)
Split tables.cc declarations into separate header files
Diffstat (limited to 'src/monster3.cc')
-rw-r--r--src/monster3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monster3.cc b/src/monster3.cc
index b17a0815..12f0fcb6 100644
--- a/src/monster3.cc
+++ b/src/monster3.cc
@@ -15,6 +15,7 @@
#include "monster2.hpp"
#include "object2.hpp"
#include "skills.hpp"
+#include "tables.hpp"
#include "util.hpp"
#include "util.h"
#include "xtra2.hpp"