summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 796ed024..3c028d3a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2504,6 +2504,12 @@ struct skill_type
/*
+ * Casting type
+ */
+typedef enum { USE_SPELL_POINTS, USE_PIETY } casting_type;
+
+
+/*
* The spell function must provide the desc
*/
typedef struct spell_type spell_type;