From cc17845d88735a90fa82402b984006c9e96c8730 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 12 Dec 2017 07:34:28 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 2 ++ 1 file changed, 2 insertions(+) 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) ;