Home
last modified time | relevance | path

Searched defs:mineType (Results 1 – 3 of 3) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/assets/externalized/
H A Dstrategic-mines.json23 "mineType": "GOLD_MINE", string
32 "mineType": "SILVER_MINE", string
43 "mineType": "SILVER_MINE", string
54 "mineType": "SILVER_MINE", string
63 "mineType": "SILVER_MINE", string
73 "mineType": "GOLD_MINE", string
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/strategic/
H A DMineModel.h22 const uint8_t mineType; variable
H A DMineModel.cc21 uint8_t mineTypeFromString(const std::string& mineType) in mineTypeFromString()