diff --git a/EInAPI.h b/EInAPI.h index b186c80..88c2c37 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -110,7 +110,7 @@ EIN_EXPORT BOOL __stdcall EgtSetGridFrame( const double ptOrig[3], const double EIN_EXPORT BOOL __stdcall EgtGetGridFrame( double ptOrig[3], double vX[3], double vY[3], double vZ[3]) ; EIN_EXPORT BOOL __stdcall EgtNewFile( void) ; EIN_EXPORT BOOL __stdcall EgtOpenFile( const wchar_t* wsFilePath) ; -EIN_EXPORT BOOL __stdcall EgtImportFile( const wchar_t* wsFilePath) ; +EIN_EXPORT BOOL __stdcall EgtInsertFile( const wchar_t* wsFilePath) ; EIN_EXPORT BOOL __stdcall EgtSaveFile( const wchar_t* wsFilePath, int nFlag) ; // GeomDB Create