OSDN Git Service

Since struct dirent only holds the last element in the path, build the full path...
[hengband/hengband.git] / src / knowledge / knowledge-monsters.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_cmd_knowledge_monsters(player_type *creature_ptr, bool *need_redraw, bool visual_only, IDX direct_r_idx);
6 void do_cmd_knowledge_pets(player_type *creature_ptr);
7 void do_cmd_knowledge_kill_count(player_type *creature_ptr);
8 void do_cmd_knowledge_bounty(player_type *creature_ptr);