OSDN Git Service

[Refactor] #40483 Removed the inclusion of grid.h from rooms.h
[hengbandforosx/hengbandosx.git] / src / info-reader / kind-info-tokens-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define NUM_K_FLAGS 138
6 #define NUM_K_GENERATION_FLAGS 32
7
8 extern concptr k_info_flags[NUM_K_FLAGS];
9 extern concptr k_info_gen_flags[NUM_K_GENERATION_FLAGS];