Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user