summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 23894dade5..451d17bdcf 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -19,6 +19,7 @@
#define DEATH_NAME_LENGTH 10
+#include "enum.h"
// last updated 12may2000 {dlb}
/* ***********************************************************************
@@ -70,5 +71,6 @@ void lose_level(void);
* *********************************************************************** */
void drain_exp(void);
+void expose_player_to_element( beam_type flavour, int strength = 0 );
#endif