OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / src / info-reader / dungeon-info-tokens-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #include <string_view>
6 #include <unordered_map>
7
8 enum class DungeonFeatureType;
9
10 extern const std::unordered_map<std::string_view, DungeonFeatureType> dungeon_flags;