summaryrefslogtreecommitdiff
path: root/src/spells6.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
commit37cea853947851134b2e6f2e338d85ddc5378616 (patch)
treeb284eadd9a11275151e52f1c540787bf068488af /src/spells6.hpp
parent0f610b77f2016ca80b18fdfb7a0bdd6eeb804743 (diff)
Split spells6.cc declarations to separate header file
Diffstat (limited to 'src/spells6.hpp')
-rw-r--r--src/spells6.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/spells6.hpp b/src/spells6.hpp
new file mode 100644
index 00000000..ef5f4e30
--- /dev/null
+++ b/src/spells6.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "angband.h"
+
+void schools_init();
+school_type *school_at(int index);
+void mana_school_calc_mana(int *msp);