Home
last modified time | relevance | path

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

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/gob/
H A Ddegob_script_v6.cpp635 _opcodesDrawV6 = opcodesDraw; in setupOpcodes()
641 FuncType type = _opcodesDrawV6[i].type; in drawOpcode()
642 params.desc = _opcodesDrawV6[i].desc; in drawOpcode()
643 OpcodeDrawProcV6 op = _opcodesDrawV6[i].proc; in drawOpcode()
648 printFuncDesc(params, _opcodesDrawV6[i].params); in drawOpcode()
H A Ddegob_script.h610 const OpcodeDrawEntryV6 *_opcodesDrawV6; variable