OSDN Git Service

[Refactor] 無駄な空白、改行の削除、includeのソート
[hengband/hengband.git] / src / player / player-status-table.h
index 9541596..9faa0cf 100644 (file)
@@ -1,27 +1,29 @@
 #pragma once
 #include "system/angband.h"
 
-const concptr stat_names[];
-const concptr stat_names_reduced[];
-const s32b player_exp[];
-const s32b player_exp_a[];
-const byte adj_mag_study[];
-const byte adj_mag_mana[];
-const byte adj_mag_fail[];
-const byte adj_mag_stat[];
-const byte adj_chr_gold[];
-const byte adj_int_dev[];
-const byte adj_wis_sav[];
-const byte adj_dex_dis[];
-const byte adj_int_dis[];
-const byte adj_dex_ta[];
-const byte adj_str_td[];
-const byte adj_dex_th[];
-const byte adj_str_th[];
-const byte adj_str_wgt[];
-const byte adj_str_hold[];
-const byte adj_str_dig[];
-const byte adj_dex_safe[];
-const byte adj_con_fix[];
-const byte adj_con_mhp[];
-const byte adj_chr_chm[];
+extern const byte adj_mag_study[];
+extern const byte adj_mag_mana[];
+extern const byte adj_mag_fail[];
+extern const byte adj_mag_stat[];
+extern const byte adj_chr_gold[];
+extern const byte adj_int_dev[];
+extern const byte adj_wis_sav[];
+extern const byte adj_dex_dis[];
+extern const byte adj_int_dis[];
+extern const byte adj_dex_ta[];
+extern const byte adj_str_td[];
+extern const byte adj_dex_th[];
+extern const byte adj_str_th[];
+extern const byte adj_str_wgt[];
+extern const byte adj_str_hold[];
+extern const byte adj_str_dig[];
+extern const byte adj_dex_safe[];
+extern const byte adj_con_fix[];
+extern const byte adj_con_mhp[];
+extern const byte adj_chr_chm[];
+
+extern const concptr stat_names[A_MAX];
+extern const concptr stat_names_reduced[A_MAX];
+
+extern const s32b player_exp[PY_MAX_LEVEL];
+extern const s32b player_exp_a[PY_MAX_LEVEL];