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/xtra2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xtra2.cc') diff --git a/src/xtra2.cc b/src/xtra2.cc index 75624c58..5a49925c 100644 --- a/src/xtra2.cc +++ b/src/xtra2.cc @@ -18,6 +18,7 @@ #include "quark.h" #include "randart.hpp" #include "skills.hpp" +#include "wizard2.hpp" #include "xtra1.hpp" #include -- cgit v1.2.3