OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.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);