Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dinter.h342 void o1_writeTreatItem(OpGobParams &params);
H A Dinter_v1.cpp234 OPCODEGOB(1009, o1_writeTreatItem); in setupOpcodesGob()
2334 void Inter_v1::o1_writeTreatItem(OpGobParams &params) { in o1_writeTreatItem() function in Gob::Inter_v1
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dinter.h342 void o1_writeTreatItem(OpGobParams &params);
H A Dinter_v1.cpp234 OPCODEGOB(1009, o1_writeTreatItem); in setupOpcodesGob()
2345 void Inter_v1::o1_writeTreatItem(OpGobParams &params) { in o1_writeTreatItem() function in Gob::Inter_v1
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/gob/
H A Ddegob_script_v1.cpp627 {OPCODET(o1_writeTreatItem), {PARAM_INT16, PARAM_INT16, PARAM_INT16}}, in setupOpcodes()