Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/kyra/script/
H A Dscript_mr.cpp1148 typedef Common::Functor1Mem<EMCState *, int, KyraEngine_MR> OpcodeV3; typedef
1150 #define Opcode(x) table->push_back(new OpcodeV3(this, &KyraEngine_MR::x))
1151 #define OpcodeUnImpl() table->push_back(new OpcodeV3(this, 0))
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/script/
H A Dscript_mr.cpp1123 typedef Common::Functor1Mem<EMCState *, int, KyraEngine_MR> OpcodeV3; typedef
1125 #define Opcode(x) table->push_back(new OpcodeV3(this, &KyraEngine_MR::x))
1126 #define OpcodeUnImpl() table->push_back(new OpcodeV3(this, 0))