OSDN Git Service

2006922df2ba97518f4feb156576ad5b1fbe6991
[hengbandforosx/hengbandosx.git] / src / market / arena.h
1 #pragma once
2
3 struct player_type;
4 void arena_comm(player_type *player_ptr, int cmd);
5 void update_gambling_monsters(player_type *player_ptr);
6 bool monster_arena_comm(player_type *player_ptr);