OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / io / command-repeater.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void repeat_push(COMMAND_CODE what);
6 bool repeat_pull(COMMAND_CODE *what);
7 void repeat_check(void);