16#ifndef __SCRIPT_COMMAND_RELAY__
17#define __SCRIPT_COMMAND_RELAY__
int(* tpExecScriptServerFunc)(wxString *pIn, wxString *pOut)
int(* tpRegScriptServerFunc)(tpExecScriptServerFunc pFn)
int ExecFromMain(wxString *pIn, wxString *pOut)
Executes a command on the main (GUI) thread.
ScriptCommandRelay is just a way to move some of the scripting-specific code out of ModuleManager.