summaryrefslogtreecommitdiff
path: root/src/birth.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/birth.hpp')
-rw-r--r--src/birth.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/birth.hpp b/src/birth.hpp
index 7c171610..27ad3d2b 100644
--- a/src/birth.hpp
+++ b/src/birth.hpp
@@ -2,10 +2,10 @@
#include "h-basic.h"
-extern void print_desc_aux(cptr txt, int y, int x);
-extern void save_savefile_names(void);
-extern bool_ begin_screen(void);
-extern void player_birth(void);
-extern bool_ no_begin_screen;
-
+void print_desc_aux(cptr txt, int y, int x);
+void save_savefile_names(void);
+bool_ begin_screen(void);
+void player_birth(void);
void roll_player_hp();
+
+extern bool_ no_begin_screen;