OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / specific-object / chest.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void chest_death(player_type *owner_ptr, bool scatter, POSITION y, POSITION x, OBJECT_IDX o_idx);
6 void chest_trap(player_type *target_ptr, POSITION y, POSITION x, OBJECT_IDX o_idx);