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