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/wizard2.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wizard2.cc') diff --git a/src/wizard2.cc b/src/wizard2.cc index 522d6059..b9457a29 100644 --- a/src/wizard2.cc +++ b/src/wizard2.cc @@ -6,6 +6,8 @@ * included in all such copies. */ +#include "wizard2.hpp" + #include "angband.h" #include "cave.hpp" #include "cmd4.hpp" -- cgit v1.2.3