From 205a2dab56c8661413f2927737794fdd57437075 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:00 +0100 Subject: Move cmd1.cc function declarations to separate header file Also remove unused step_effects() function while we're at it --- src/spells2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/spells2.cc') diff --git a/src/spells2.cc b/src/spells2.cc index c03123ff..be2bd7a9 100644 --- a/src/spells2.cc +++ b/src/spells2.cc @@ -8,6 +8,7 @@ #include "angband.h" #include "cave.hpp" +#include "cmd1.hpp" #include "hooks.h" #include "notes.hpp" #include "skills.hpp" -- cgit v1.2.3