summaryrefslogtreecommitdiff
path: root/src/activation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/activation.hpp')
-rw-r--r--src/activation.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/activation.hpp b/src/activation.hpp
new file mode 100644
index 00000000..adb9d8bc
--- /dev/null
+++ b/src/activation.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "h-basic.h"
+
+/**
+ * Activation descriptor.
+ */
+struct activation
+{
+ char desc[80]; /* Desc of the activation */
+ u32b cost; /* costs value */
+ s16b spell; /* Spell. */
+};