OSDN Git Service

[Fix] #40913 Windows以外で新規のセーブデータを作成できない不具合を解消した / Resolved the issue that new game...
[hengbandforosx/hengbandosx.git] / src / load / load-zangband.h
1 #pragma once
2
3 #include "dungeon/quest.h"
4 #include "system/angband.h"
5
6 void load_zangband_options(void);
7 void set_zangband_realm(player_type *creature_ptr);
8 void set_zangband_skill(player_type *creature_ptr);
9 void set_zangband_spells(player_type *creature_ptr);
10 void set_zangband_race(player_type *creature_ptr);
11 void set_zangband_bounty_uniques(player_type *creature_ptr);
12 void set_zangband_timed_effects(player_type *creature_ptr);
13 void set_zangband_mimic(player_type *creature_ptr);
14 void set_zangband_holy_aura(player_type *creature_ptr);
15 void set_zangband_reflection(player_type *creature_ptr);
16 void rd_zangband_dungeon(void);
17 void set_zangband_game_turns(player_type *creature_ptr);
18 void set_zangband_gambling_monsters(int i);
19 void set_zangband_special_attack(player_type *creature_ptr);
20 void set_zangband_special_defense(player_type *creature_ptr);
21 void set_zangband_action(player_type *creature_ptr);
22 void set_zangband_visited_towns(player_type *creature_ptr);
23 void set_zangband_quest(player_type *creature_ptr, quest_type *const q_ptr, int loading_quest_index, const QUEST_IDX old_inside_quest);
24 void set_zangband_class(player_type *creature_ptr);
25 void set_zangband_learnt_spells(player_type *creature_ptr);
26 void set_zangband_pet(player_type *creature_ptr);