OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[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_mimic(player_type *creature_ptr);
13 void set_zangband_holy_aura(player_type *creature_ptr);
14 void set_zangband_reflection(player_type *creature_ptr);
15 void rd_zangband_dungeon(void);
16 void set_zangband_game_turns(player_type *creature_ptr);
17 void set_zangband_gambling_monsters(int i);
18 void set_zangband_special_attack(player_type *creature_ptr);
19 void set_zangband_special_defense(player_type *creature_ptr);
20 void set_zangband_action(player_type *creature_ptr);
21 void set_zangband_visited_towns(player_type *creature_ptr);
22 void set_zangband_quest(player_type *creature_ptr, quest_type *const q_ptr, int loading_quest_index, const QUEST_IDX old_inside_quest);
23 void set_zangband_class(player_type *creature_ptr);
24 void set_zangband_learnt_spells(player_type *creature_ptr);
25 void set_zangband_pet(player_type *creature_ptr);