From 5ef53fee463b7f93b8b890ed8e6ff0db778bd596 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move xtra2.cc functions to separate header Remove some functions and make others static while we're at it. --- src/traps.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/traps.cc') diff --git a/src/traps.cc b/src/traps.cc index 0b423ec6..d9056f83 100644 --- a/src/traps.cc +++ b/src/traps.cc @@ -10,6 +10,7 @@ #include "angband.h" #include "gods.hpp" #include "xtra1.hpp" +#include "xtra2.hpp" bool_ do_player_trap_call_out(void) { -- cgit v1.2.3