summaryrefslogtreecommitdiff
path: root/src/spells5.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
commitebb2771875ec2fffd7c63ee138024e6ebc47ebf8 (patch)
treea82ea012cc8ca4d87c2a90c1c6035abe201f2b14 /src/spells5.hpp
parent7d6273cfbbc9717c30792817824b5511f7aee05f (diff)
Move school_spells array to spells5.cc
Diffstat (limited to 'src/spells5.hpp')
-rw-r--r--src/spells5.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/spells5.hpp b/src/spells5.hpp
new file mode 100644
index 00000000..f94d0d39
--- /dev/null
+++ b/src/spells5.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "h-basic.h"
+
+void school_spells_init();
+struct spell_type *spell_at(s32b index);
+s16b get_random_spell(s16b random_type, int lev);
+s16b get_random_stick(byte tval, int level);