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

#include "h-basic.h"

void print_desc_aux(cptr txt, int y, int x);
void save_savefile_names();
bool_ begin_screen();
void player_birth();
void roll_player_hp();

extern bool_ no_begin_screen;