EgtExecutor 1.9e1 :

- aggiunte funzioni Exe e Lua CAvToolStmPosition.
This commit is contained in:
Dario Sassi
2018-04-30 15:01:01 +00:00
parent 987d5c65b3
commit 34bc5e8f0d
11 changed files with 141 additions and 7 deletions
+4
View File
@@ -130,6 +130,10 @@ LuaInstallEgtFunctions( LuaMgr& LuaMgr)
LOG_ERROR( GetLogger(), "Error in LuaInstallShortestPath (" __FUNCTION__ ")")
return false ;
}
if ( ! LuaInstallCAvTool( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallCAvTool (" __FUNCTION__ ")")
return false ;
}
return true ;
}