diff --git a/EXeExecutor.h b/EXeExecutor.h index 408dc04..8b882ec 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -571,6 +571,7 @@ EXE_EXPORT bool ExeGetInfo( int nId, const std::string& sKey, STRVECTOR& vsInfo) EXE_EXPORT bool ExeExistsInfo( int nId, const std::string& sKey) ; EXE_EXPORT bool ExeRemoveInfo( int nId, const std::string& sKey) ; EXE_EXPORT bool ExeGetAllInfo( int nId, STRVECTOR& vsInfo) ; +EXE_EXPORT bool ExeCopyAllInfoFrom( int nId, int nSouId) ; EXE_EXPORT bool ExeSetTextureName( int nId, const std::string& sTxrName) ; EXE_EXPORT bool ExeSetTextureFrame( int nId, const Frame3d& frTxrRef, int nRefType) ; EXE_EXPORT bool ExeRemoveTextureData( int nId) ;