summaryrefslogtreecommitdiffstats
path: root/trunk/source/abl-show.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/abl-show.h')
-rw-r--r--trunk/source/abl-show.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/source/abl-show.h b/trunk/source/abl-show.h
index 52a74d167d..e901335fa1 100644
--- a/trunk/source/abl-show.h
+++ b/trunk/source/abl-show.h
@@ -15,6 +15,7 @@
#define ABLSHOW_H
#include <string>
+#include <vector>
// Structure for representing an ability:
struct ability_def
@@ -42,6 +43,8 @@ bool activate_ability( void ); // handles all special abilities now
char show_abilities( void );
bool generate_abilities( void );
+std::vector<const char *> get_ability_names( void );
+
void set_god_ability_slots( void );