OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / birth / birth-explanations-table.h
1 #pragma once
2
3 #include <string>
4 #include <vector>
5
6 extern const std::vector<std::string_view> race_explanations;
7 extern const std::vector<std::string_view> class_explanations;
8 extern const std::vector<std::string_view> personality_explanations;
9 extern const std::vector<std::string_view> realm_explanations;
10 extern const std::vector<std::string_view> realm_subinfo;