Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/
H A DGameRes.cc170 case MLG_HISTORY: return LAPTOPDIR "/history.sti"; in GetMLGFilename()
211 case MLG_HISTORY: return "german" "/history_german.sti"; in GetMLGFilename()
252 case MLG_HISTORY: return STI("dutch", "history"); in GetMLGFilename()
293 case MLG_HISTORY: return STI("italian", "history"); in GetMLGFilename()
334 case MLG_HISTORY: return STI("polish", "history"); in GetMLGFilename()
375 case MLG_HISTORY: return STI("russian", "history"); in GetMLGFilename()
H A DGameRes.h29 MLG_HISTORY, enumerator
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DAIM.cc223 ImageFile = GetMLGFilename(MLG_HISTORY); in EnterAIM()