summaryrefslogtreecommitdiff
path: root/src/skills.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commitcfc0a04155eda35a4fe80ef72fd2b0f9eb10856b (patch)
tree9e10a2668c7ef387317396e113d484a0de081457 /src/skills.cc
parent752d3ce030b855544346f5f0424995cc11087bdb (diff)
Split object*.cc declarations into separate header files
Diffstat (limited to 'src/skills.cc')
-rw-r--r--src/skills.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/skills.cc b/src/skills.cc
index ec48d8f7..b7a94e17 100644
--- a/src/skills.cc
+++ b/src/skills.cc
@@ -17,6 +17,8 @@
#include "hooks.h"
#include "monster2.hpp"
#include "monster3.hpp"
+#include "object1.hpp"
+#include "object2.hpp"
#include "spells1.hpp"
#include "spells4.hpp"
#include "traps.hpp"