summaryrefslogtreecommitdiff
path: root/src/spells6.hpp
diff options
context:
space:
mode:
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..bbd32d9b
--- /dev/null
+++ b/src/spells6.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "school_type_fwd.hpp"
+
+void schools_init();
+school_type *school_at(int index);
+void mana_school_calc_mana(int *msp);