OSDN Git Service

[Feature] fresh_afterコマンドの分割
[hengbandforosx/hengbandosx.git] / src / action / run-execution.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define MAX_RUN_CYCLES 17
6 #define MAX_RUN_CHOME 10
7
8 extern bool ignore_avoid_run;
9 extern byte cycle[MAX_RUN_CYCLES];
10 extern byte chome[MAX_RUN_CHOME];
11
12 void run_step(player_type *creature_ptr, DIRECTION dir);