Home
last modified time | relevance | path

Searched refs:shop_types (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshopping.cc1485 static const char *shop_types[] = variable
1519 for (size_t i = 0; i < ARRAYSZ(shop_types); ++i) in str_to_shoptype()
1520 if (s == shop_types[i]) in str_to_shoptype()
1528 return shop_types[type]; in shoptype_to_str()
1534 for (const char *type : shop_types) in list_shop_types()