OSDN Git Service

[Refactor] #37353 BIAS_* と artifact_bias_name を artifact.c/h へ移動。 / Move BIAS_* and...
[hengband/hengband.git] / src / player-status.h
index b348397..10991db 100644 (file)
@@ -2,3 +2,16 @@
 extern int weapon_exp_level(int weapon_exp);
 extern int riding_exp_level(int riding_exp);
 extern int spell_exp_level(int spell_exp);
+
+extern s16b calc_num_fire(object_type *o_ptr);
+extern void calc_bonuses(void);
+extern WEIGHT weight_limit(void);
+extern bool has_melee_weapon(int i);
+extern bool is_heavy_shoot(object_type *o_ptr);
+extern bool heavy_armor(void);
+extern void update_creature(player_type *creature_ptr);
+extern BIT_FLAGS16 empty_hands(bool riding_control);
+extern bool player_has_no_spellbooks(void);
+
+extern void take_turn(player_type *creature_ptr, PERCENTAGE need_cost);
+extern void free_turn(player_type *creature_ptr);
\ No newline at end of file