Removed Functor2 class definition.
svn-id: r31639
This commit is contained in:
parent
5279c58072
commit
651bc3a278
2 changed files with 3 additions and 26 deletions
|
@ -51,7 +51,7 @@ int16 ScriptFunctions::callFunction(uint16 index, int16 argc, int16 *argv) {
|
|||
return (*_externalFuncs[index])(argc, argv);
|
||||
}
|
||||
|
||||
typedef Functor2Mem<int16, int16*, int16, ScriptFunctionsRtz> ExternalFuncRtz;
|
||||
typedef Common::Functor2Mem<int16, int16*, int16, ScriptFunctionsRtz> ExternalFuncRtz;
|
||||
#define External(x) ExternalFuncRtz(this, &ScriptFunctionsRtz::x)
|
||||
void ScriptFunctionsRtz::setupExternalsTable() {
|
||||
static const ExternalFuncRtz externalsTable[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue