OSDN Git Service

[Implement] 一週間以上前のデバッグログの自動削除
[hengband/hengband.git] / src / action / open-util.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 OBJECT_IDX chest_check(floor_type *floor_ptr, POSITION y, POSITION x, bool trapped);
6 int count_chests(player_type *creature_ptr, POSITION *y, POSITION *x, bool trapped);