From e7d20cf352688bf717a01f4e6d9e6f497c2bea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2025 19:19:34 +0200 Subject: New upstream version 5.3.1Beta2 --- app/bin/misc.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/bin/misc.h') diff --git a/app/bin/misc.h b/app/bin/misc.h index 641f47f..bdb92fe 100644 --- a/app/bin/misc.h +++ b/app/bin/misc.h @@ -137,6 +137,14 @@ addButtonCallBack_t PriceListInit( void ); addButtonCallBack_t ParamFilesInit( void ); addButtonCallBack_t ControlMgrInit ( void ); +/* cdraw.h */ +track_p NewText( wIndex_t index, coOrd p, ANGLE_T angle, char * text, + CSIZE_T textSize, wDrawColor color, BOOL_T boxed ); +void LoadFontSizeList( wList_p, long ); +void UpdateFontSizeList( long *, wList_p, wIndex_t ); +long GetFontSize(wIndex_t); +long GetFontSizeIndex(long size); + /* cnote.c */ void ClearNote( void ); void DoNote( void * unused ); @@ -226,6 +234,7 @@ void EnumerateEnd(void); /* doption.c */ extern long enableBalloonHelp; +extern long enableAudio; long GetDistanceFormat( void ); /* cblock.c */ -- cgit v1.2.3