summaryrefslogtreecommitdiff
path: root/src/object2.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/object2.cc
parent0d1cf29b266e5df8394ca21f97e17ed3d937a4f7 (diff)
Move cave.cc function declarations to separate header
Diffstat (limited to 'src/object2.cc')
-rw-r--r--src/object2.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/object2.cc b/src/object2.cc
index 9c08ce93..5b467086 100644
--- a/src/object2.cc
+++ b/src/object2.cc
@@ -1,7 +1,3 @@
-/* File: object2.c */
-
-/* Purpose: Object code, part 2 */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -11,6 +7,7 @@
*/
#include "angband.h"
+#include "cave.hpp"
#include "spell_type.hpp"
#include "device_allocation.h"
#include "hooks.h"