OSDN Git Service

Reworded English description of the sniper's SP_PIERCE ability.
[hengband/hengband.git] / src / window / main-window-left-frame.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void print_title(player_type *creature_ptr);
6 void print_level(player_type *creature_ptr);
7 void print_exp(player_type *creature_ptr);
8 void print_ac(player_type *creature_ptr);
9 void print_hp(player_type *creature_ptr);
10 void print_sp(player_type *creature_ptr);
11 void print_gold(player_type *creature_ptr);
12 void print_depth(player_type *creature_ptr);
13 void print_frame_basic(player_type *creature_ptr);
14 void health_redraw(player_type *creature_ptr, bool riding);