OSDN Git Service

[Refactor] #41493 Removed unnecessary files in io/
[hengband/hengband.git] / src / lore / lore-store.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int lore_do_probe(player_type *player_ptr, MONRACE_IDX r_idx);
6 void lore_treasure(player_type *player_ptr, MONSTER_IDX m_idx, ITEM_NUMBER num_item, ITEM_NUMBER num_gold);