EgtInterface 1.6a4 :

- completamento modifiche per registrazione comandi in lua e per gestione RefType e RefId.
This commit is contained in:
Dario Sassi
2015-01-26 07:53:04 +00:00
parent 4e5a81c493
commit a45c3fca8a
25 changed files with 1574 additions and 1254 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ __stdcall EgtTscExecFile( const wchar_t* wsFilePath)
//-----------------------------------------------------------------------------
bool
__stdcall EgtTscExecFile( const string& sFilePath)
EgtTscExecFile( const string& sFilePath)
{
ICmdParser* pTscExec = GetCurrTscExecutor() ;
VERIFY_TSCEXEC( pTscExec, FALSE)