summaryrefslogtreecommitdiff
path: root/src/birth.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit21bbf94c159d161058282696630e0e0431917e92 (patch)
tree98d47e87d7e1527da774efea24380860073a4f6f /src/birth.hpp
parentb0eb19b7a0750759d429c78845888e88de517352 (diff)
Move birth.cc function declarations to separate header
We leave the no_begin_screen variable because it needs to be accessed by non-C++ code.
Diffstat (limited to 'src/birth.hpp')
-rw-r--r--src/birth.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/birth.hpp b/src/birth.hpp
new file mode 100644
index 00000000..6947a427
--- /dev/null
+++ b/src/birth.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "angband.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 get_height_weight(void);
+extern void player_birth(void);