diff --git a/EXeExecutor.h b/EXeExecutor.h index e42db12..4d750bd 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -1084,6 +1084,7 @@ EXE_EXPORT bool ExeTdbGetCurrToolValInNotes( int nType, const std::string& sKey, EXE_EXPORT bool ExeTdbGetCurrToolMaxDepth( double& dMaxDepth) ; EXE_EXPORT bool ExeTdbGetCurrToolThDiam( double& dThDiam) ; EXE_EXPORT bool ExeTdbGetCurrToolThLength( double& dThLen) ; +EXE_EXPORT bool ExeTdbCurrToolIsStandardDraw( bool& bStandard) ; EXE_EXPORT int ExeTdbCurrToolDraw( int nGenCtx, int nToolCtx) ; EXE_EXPORT bool ExeTdbReload( void) ; EXE_EXPORT bool ExeTdbSave( void) ;