From 6cffbd70646ee66c3b2a2a2fd7fd35c23d88b93e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:00 +0100 Subject: Move cmd5.cc function declarations to separate header file Make a few of functions static, remove dead code and fix a few stray declarations while we're at it. --- src/melee1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/melee1.cc') diff --git a/src/melee1.cc b/src/melee1.cc index 946cde65..b2c98a2d 100644 --- a/src/melee1.cc +++ b/src/melee1.cc @@ -8,6 +8,7 @@ #include "angband.h" #include "cave.hpp" +#include "cmd5.hpp" #include "mimic.hpp" #include "skills.hpp" #include "store.hpp" -- cgit v1.2.3