Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ags/
H A Dglobals.cpp329 _runDialogOptionRepExecFunc = new NonBlockingScriptFunction("dialog_options_repexec", 1); in Globals()
558 delete _runDialogOptionRepExecFunc; in ~Globals()
H A Dglobals.h1247 NonBlockingScriptFunction *_runDialogOptionRepExecFunc; variable