summaryrefslogtreecommitdiff
path: root/src/birth.hpp
blob: dd5ff85052fdcc87481405f5234c0681082e01d9 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#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 get_height_weight(void);
extern void player_birth(void);
extern bool_ no_begin_screen;