diff --git a/EXeExecutor.h b/EXeExecutor.h index 268e055..476e135 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -108,6 +108,8 @@ EXE_EXPORT bool ExeExportStl( int nId, const std::string& sFilePath) ; EXE_EXPORT bool ExeInitTscExec( void) ; EXE_EXPORT bool ExeTscExecFile( const std::string& sFilePath) ; EXE_EXPORT bool ExeTscExecLine( const std::string& sLine) ; +EXE_EXPORT bool ExeTscSetVariable( const std::string& sName, int nVal) ; +EXE_EXPORT bool ExeTscGetVariable( const std::string& sName, int& nVal) ; // LUA Executor EXE_EXPORT bool ExeLuaCreateGlobTable( const std::string& sVar) ;