summaryrefslogtreecommitdiff
path: root/src/traps.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commitee2595abc99b86f081acbf5479577f9548baff3b (patch)
tree953ea7f61d0804f5e238573849f715cb2d1577e7 /src/traps.cc
parent3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (diff)
Move gods.cc function declarations to separate header
Diffstat (limited to 'src/traps.cc')
-rw-r--r--src/traps.cc5
1 files changed, 1 insertions, 4 deletions
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)
{