summaryrefslogtreecommitdiff
path: root/src/spell_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell_type.h')
-rw-r--r--src/spell_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spell_type.h b/src/spell_type.h
index 956f35a5..eb96c0b9 100644
--- a/src/spell_type.h
+++ b/src/spell_type.h
@@ -14,12 +14,12 @@ extern "C" {
/*
* Casting type
*/
-typedef enum { USE_SPELL_POINTS, USE_PIETY } casting_type;
+enum casting_type { USE_SPELL_POINTS, USE_PIETY };
/*
* Does the spell appear on spell random books?
*/
-typedef enum { RANDOM, NO_RANDOM } random_type;
+enum random_type { RANDOM, NO_RANDOM };
/*
* Spell functions