summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/externs.h b/src/externs.h
index 6db58e36..dd83e876 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1655,6 +1655,17 @@ char *tempo_essence_of_speed_info();
bool_ *tempo_banishment();
char *tempo_banishment_info();
+extern s32b TULKAS_AIM;
+extern s32b TULKAS_WAVE;
+extern s32b TULKAS_SPIN;
+
+bool_ *tulkas_divine_aim();
+char *tulkas_divine_aim_info();
+bool_ *tulkas_wave_of_power();
+char *tulkas_wave_of_power_info();
+bool_ *tulkas_whirlwind();
+char *tulkas_whirlwind_info();
+
/* randart.c */
extern int get_activation_power(void);
extern void build_prob(cptr learn);