summaryrefslogtreecommitdiff
path: root/src/powers.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitfe6ebd4af16244a02e16eb095181c0d8d5c56858 (patch)
treebe3fdab4a373834bfa8af75f2fe9591b96bafd76 /src/powers.cc
parent0d1cf29b266e5df8394ca21f97e17ed3d937a4f7 (diff)
Move cave.cc function declarations to separate header
Diffstat (limited to 'src/powers.cc')
-rw-r--r--src/powers.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/powers.cc b/src/powers.cc
index e62e2f1c..2d4eda34 100644
--- a/src/powers.cc
+++ b/src/powers.cc
@@ -1,7 +1,3 @@
-/* File: powers.c */
-
-/* Purpose: Powers */
-
/*
* Copyright (c) 2001 James E. Wilson, Robert A. Koeneke, DarkGod
*
@@ -11,6 +7,7 @@
*/
#include "angband.h"
+#include "cave.hpp"
#include "quark.h"
#include "hooks.h"
#include "mimic.hpp"