From ee2595abc99b86f081acbf5479577f9548baff3b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move gods.cc function declarations to separate header --- src/traps.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/traps.cc') diff --git a/src/traps.cc b/src/traps.cc index 6b56de16..5540576d 100644 --- a/src/traps.cc +++ b/src/traps.cc @@ -1,7 +1,3 @@ -/* File: traps.c */ - -/* Purpose: handle traps */ - /* the below copyright probably still applies, but it is heavily changed * copied, adapted & re-engineered by JK. * Copyright (c) 1989 James E. Wilson, Robert A. Koeneke @@ -12,6 +8,7 @@ */ #include "angband.h" +#include "gods.hpp" bool_ do_player_trap_call_out(void) { -- cgit v1.2.3