From cfc0a04155eda35a4fe80ef72fd2b0f9eb10856b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:41 +0100 Subject: Split object*.cc declarations into separate header files --- src/randart.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/randart.cc') diff --git a/src/randart.cc b/src/randart.cc index d1306c43..8f65961d 100644 --- a/src/randart.cc +++ b/src/randart.cc @@ -8,6 +8,8 @@ #include "randart.hpp" #include "mimic.hpp" +#include "object1.hpp" +#include "object2.hpp" #include "quark.h" #include "spells2.hpp" #include "util.hpp" -- cgit v1.2.3