summaryrefslogtreecommitdiff
path: root/src/spells2.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
commitdc4b789acb2e6737dd6ed5721b3efbde1a2be14f (patch)
treed5acf376c5cf6cf9d56db40322e2480b315ef4c2 /src/spells2.cc
parentee2595abc99b86f081acbf5479577f9548baff3b (diff)
Move skills.cc function declarations to skills.hpp
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index 2c402ffc..20a095ac 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -1,7 +1,3 @@
-/* File: spells2.c */
-
-/* Purpose: Spell code (part 2) */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -12,6 +8,7 @@
#include "angband.h"
#include "hooks.h"
+#include "skills.hpp"
#include "spells3.hpp"
#include <cassert>