OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / cmd-io / cmd-save.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_cmd_save_game(player_type *creature_ptr, int is_autosave);
6 void do_cmd_save_and_exit(player_type *player_ptr);