summaryrefslogtreecommitdiff
path: root/src/rune_spell.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-02-28 19:44:12 +0100
committerBardur Arantsson <bardur@scientician.net>2017-02-28 19:44:12 +0100
commit5bc01c584066a0cea37021eb6e13bd96d74de7b5 (patch)
tree359f7c0dd68410faf66bb243d2bcf38f397d30cc /src/rune_spell.hpp
parent64d0292f358de0212f7d88e379d829c01d2ab9dd (diff)
Remove Runecrafting
Diffstat (limited to 'src/rune_spell.hpp')
-rw-r--r--src/rune_spell.hpp15
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 */
-};