Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-11-30 08:28:32 +00:00
parent 9bd9f92a31
commit cf55c9bfa9
5 changed files with 6 additions and 1 deletions
+1
View File
@@ -102,6 +102,7 @@ EXE_EXPORT bool ExeOpenFile( const std::string& sFilePath) ;
EXE_EXPORT bool ExeInsertFile( const std::string& sFilePath) ;
EXE_EXPORT bool ExeSaveFile( const std::string& sFilePath, int nFlag) ;
EXE_EXPORT bool ExeSaveObjToFile( int nId, const std::string& sFilePath, int nFlag) ;
EXE_EXPORT bool ExeSaveMachGroupToFile( int nMGroupId, const std::string& sFilePath, int nFlag) ;
// Exchange
EXE_EXPORT int ExeGetFileType( const std::string& sFilePath) ;