summaryrefslogtreecommitdiff
path: root/src/birth.hpp
blob: 6947a427bea87a730a3ccaa3dacf30f4b74405b4 (plain)
1
2
3
4
5
6
7
8
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);