From dc4b789acb2e6737dd6ed5721b3efbde1a2be14f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move skills.cc function declarations to skills.hpp --- src/spells1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/spells1.cc') diff --git a/src/spells1.cc b/src/spells1.cc index 809675f8..f2d8c456 100644 --- a/src/spells1.cc +++ b/src/spells1.cc @@ -12,6 +12,7 @@ #include "angband.h" #include "gods.hpp" +#include "skills.hpp" #include "spell_type.hpp" #include "spells5.hpp" -- cgit v1.2.3