OSDN Git Service

[Fix] #40932 Initialize buildings to create them right when staying in a town after...
[hengband/hengband.git] / src / core / special-internal-keys.h
1 #pragma once
2
3 /*
4  * Special internal key
5  */
6 #define SPECIAL_KEY_QUEST 255
7 #define SPECIAL_KEY_BUILDING 254
8 #define SPECIAL_KEY_STORE 253
9 #define SPECIAL_KEY_QUIT 252