summaryrefslogtreecommitdiff
path: root/src/levels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/levels.hpp')
-rw-r--r--src/levels.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/levels.hpp b/src/levels.hpp
index a48f1d95..da0a6d17 100644
--- a/src/levels.hpp
+++ b/src/levels.hpp
@@ -2,12 +2,12 @@
#include "h-basic.h"
-bool_ get_dungeon_generator(char *buf);
-bool_ get_level_desc(char *buf);
+bool get_dungeon_generator(char *buf);
+bool get_level_desc(char *buf);
void get_level_flags();
-bool_ get_dungeon_name(char *buf);
-bool_ get_dungeon_special(char *buf);
+bool get_dungeon_name(char *buf);
+bool get_dungeon_special(char *buf);
int get_branch();
int get_fbranch();
int get_flevel();
-bool_ get_dungeon_save(char *buf);
+bool get_dungeon_save(char *buf);