OSDN Git Service

[Refactor] #2617 struct artifact_type をclass ArtifactType にリネームした
[hengbandforosx/hengbandosx.git] / src / system / artifact-type-definition.cpp
1 #include "system/artifact-type-definition.h"
2
3 /*
4  * The artifact arrays
5  */
6 std::vector<ArtifactType> a_info;