OSDN Git Service

[Refactor] #39970 Renamed core.c/h to system-variables.c/h
[hengbandforosx/hengbandosx.git] / src / core / system-variables.h
1 #pragma once
2
3 /*
4  * todo 双方向の依存性を招いている原因の一端なので、いずれ抹殺する
5  * 但しget_aim_dir() に入れ込む必要がありとてつもない分量の変更が入る
6  * 後ほど実施する
7  */
8 extern int init_flags;
9
10 /*
11  * todo ここにいるべきではない。files.c 辺りか?
12  */
13 extern concptr ANGBAND_SYS;
14 extern concptr ANGBAND_KEYBOARD;
15 extern concptr ANGBAND_GRAF;
16