OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[hengbandforosx/hengbandosx.git] / src / load / player-info-loader.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void rd_base_info(player_type *creature_ptr);
6 void rd_experience(player_type *creature_ptr);
7 void rd_skills(player_type *creature_ptr);
8 void rd_race(player_type *creature_ptr);
9 void rd_bounty_uniques(player_type *creature_ptr);
10 void rd_player_info(player_type *creature_ptr);