Home
last modified time | relevance | path

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

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/scumm/
H A Ddescumm6.cpp141 class IntStackEnt : public StackEnt { class
144 IntStackEnt(int val) : _val(val) { type = seInt; } in IntStackEnt() function in IntStackEnt
150 return new IntStackEnt(_val); in dup()
1054 return new IntStackEnt(i); in se_int()