Home
last modified time | relevance | path

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

/dports/games/sarien/sarien-0.7.0/src/core/
H A Dsavegame.c104 agi_load_resource(rPICTURE, p1); in replay_image_stack_call()
108 agi_load_resource(rVIEW, p1); in replay_image_stack_call()
440 agi_load_resource(rLOGIC, i); in load_game()
449 agi_load_resource(rPICTURE, i); in load_game()
456 agi_load_resource(rVIEW, i); in load_game()
463 agi_load_resource(rSOUND, i); in load_game()
530 agi_load_resource(rVIEW, v->current_view); in load_game()
H A Dop_cmd.c66 cmd(load_view) { agi_load_resource (rVIEW, p0); } in cmd()
67 cmd(load_logic) { agi_load_resource (rLOGIC, p0); } in cmd()
68 cmd(load_sound) { agi_load_resource (rSOUND, p0); } in cmd()
69 cmd(load_view_f) { agi_load_resource (rVIEW, _v[p0]); } in cmd()
70 cmd(load_logic_f) { agi_load_resource (rLOGIC, _v[p0] ); } in cmd()
212 agi_load_resource (rPICTURE, _v[p0]); in cmd()
997 agi_load_resource (rLOGIC, n); in run_logic()
H A Dpicview.c70 if ((ec = agi_load_resource (rPICTURE, pic)) != err_OK) { in view_pictures()
H A Dagi.c228 int agi_load_resource (int r, int n) in agi_load_resource() function
H A Dcycle.c61 agi_load_resource (rLOGIC, n); in new_room()
H A Dsprite.c721 agi_load_resource (rVIEW, n); in show_obj()
/dports/games/sarien/sarien-0.7.0/src/include/
H A Dagi.h238 int agi_load_resource (int, int);