From 77b84fdd175bd554f8d1a21ea20cfb20ec46f830 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 1 Jul 2024 12:45:27 +0200 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) 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) ;