Home
last modified time | relevance | path

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

/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgame.h39 struct str_int_pair { struct
57 using rsc_map = std::unordered_map<const char *, str_int_pair, hashstr, eqstr>; argument
136 const str_int_pair &get_resource(const char *name);
H A Dbrowser.cc94 const str_int_pair &pal_tuple = game->get_resource(buf); in browse_shapes()
96 const str_int_pair &patch_tuple = game->get_resource(buf); in browse_shapes()
101 const str_int_pair &xform_tuple = game->get_resource(xfrsc); in browse_shapes()
H A Dgame.cc181 const str_int_pair &Game::get_resource(const char *name) { in get_resource()
222 str_int_pair &val = resource.second; in write_game_xml()
H A Dshapeid.cc218 const str_int_pair &resource = game->get_resource("files/mrfacesvga"); in load()
H A Dkeys.cc810 const str_int_pair &resource = game->get_resource("config/defaultkeys"); in LoadDefaults()
H A Dcheat_screen.cc197 const str_int_pair &pal_tuple_static = game->get_resource("palettes/0"); in show_screen()
198 const str_int_pair &pal_tuple_patch = game->get_resource("palettes/patch/0"); in show_screen()
H A DChangeLog3057 return 'const str_int_pair&' instead of 'str_int_pair'.
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/keybinding/
H A Dkeys.h40 struct str_int_pair { struct
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dmiscinf.cc357 const str_int_pair &resource = game->get_resource("files/paperdolvga"); in parse_entry()
381 const str_int_pair &resource = game->get_resource(buf); in Read_data_file()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DNotebook_gump.cc824 const str_int_pair &resource = game->get_resource("config/autonotes"); in read_auto_text()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dbggame.cc1127 const str_int_pair &resource = game->get_resource("files/intro_hand"); in Hand_Handler()
1977 const str_int_pair &resource = get_resource("files/mrfacesvga"); in new_game()