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

void print_desc_aux(const char *txt, int y, int x);
void save_savefile_names();
bool begin_screen();
void player_birth();
void roll_player_hp();

extern bool no_begin_screen;