EgtInterface 1.5i5 :
- aggiunto interprete Lua - portate in interfaccia API molte funzioni di base.
This commit is contained in:
+2
-2
@@ -72,7 +72,7 @@ __stdcall EgtInitTscExec( int nGseCtx)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtTscFileExec( int nGseCtx, const wchar_t* wsFilePath)
|
||||
__stdcall EgtTscExecFile( int nGseCtx, const wchar_t* wsFilePath)
|
||||
{
|
||||
ICmdParser* pTscExec = GetTscExecutor( nGseCtx) ;
|
||||
VERIFY_TSCEXEC( pTscExec, FALSE)
|
||||
@@ -94,7 +94,7 @@ __stdcall EgtTscFileExec( int nGseCtx, const wchar_t* wsFilePath)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtTscLineExec( int nGseCtx, const wchar_t* wsLine)
|
||||
__stdcall EgtTscExecLine( int nGseCtx, const wchar_t* wsLine)
|
||||
{
|
||||
ICmdParser* pTscExec = GetTscExecutor( nGseCtx) ;
|
||||
VERIFY_TSCEXEC( pTscExec, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user