Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -915,6 +915,10 @@ EXE_EXPORT bool ExeTdbReload( void) ;
|
||||
EXE_EXPORT bool ExeTdbSave( void) ;
|
||||
EXE_EXPORT bool ExeTdbGetToolDir( std::string& sToolDir) ;
|
||||
EXE_EXPORT bool ExeTdbGetToolHolderDir( std::string& sTHolderDir) ;
|
||||
EXE_EXPORT bool ExeTdbExport( const STRVECTOR& vsToolsNames, const std::string& sOutFile) ;
|
||||
EXE_EXPORT bool ExeTdbToBeImported( const std::string& sFile, STRVECTOR& vsToolsNames) ;
|
||||
EXE_EXPORT bool ExeTdbImport( const std::string& sFile, const STRVECTOR& vsToolsToImport, const STRVECTOR& vsToolsNames, STRVECTOR& vsImported) ;
|
||||
|
||||
// Setup
|
||||
EXE_EXPORT int ExeGetCurrSetup( void) ;
|
||||
EXE_EXPORT bool ExeGetDefaultSetupName( std::string& sName) ;
|
||||
|
||||
Reference in New Issue
Block a user