Rearrange startup buttons, add tutorial button with stub event

Fix #173
This commit is contained in:
2024-11-26 14:25:23 -06:00
committed by Celtic Minstrel
parent 96c71bdce4
commit df3839ab5d
5 changed files with 30 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ void handle_new_pc();
void new_party();
void handle_death();
void start_new_game(bool force = false);
void start_tutorial();
location get_cur_direction(location the_point);
bool outd_move_party(location destination,bool forced);
bool town_move_party(location destination,short forced);