diff options
Diffstat (limited to 'src/rune_spell.hpp')
-rw-r--r-- | src/rune_spell.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/rune_spell.hpp b/src/rune_spell.hpp deleted file mode 100644 index e1e8d190..00000000 --- a/src/rune_spell.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include "h-basic.h" - -/** - * Runecrafter prefered spells - */ -struct rune_spell -{ - char name[30] { '\0' }; /* name */ - - s16b type = 0; /* Type of the spell(GF) */ - s16b rune2 = 0; /* Modifiers */ - s16b mana = 0; /* Mana involved */ -}; |