OSDN Git Service

[cleanup] clang-formatによる整形
[hengbandforosx/hengbandosx.git] / src / main / info-initializer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 errr init_misc(player_type *player_ptr);
6 errr init_f_info(player_type *player_ptr);
7 errr init_k_info(player_type *player_ptr);
8 errr init_a_info(player_type *player_ptr);
9 errr init_e_info(player_type *player_ptr);
10 errr init_r_info(player_type *player_ptr);
11 errr init_d_info(player_type *player_ptr);
12 errr init_v_info(player_type *player_ptr);
13 errr init_s_info(player_type *player_ptr);
14 errr init_m_info(player_type *player_ptr);