Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2017-12-12 07:34:28 +00:00
parent 2d46b80bbe
commit cc17845d88
+2
View File
@@ -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) ;