diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:20:03 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:20:03 +0200 |
| commit | b45d74b60dfb7e23911df6b0523890e42f711267 (patch) | |
| tree | 42bb5764b05bd3bc5bffadb55f4375e6dce8a521 /app/bin/misc.h | |
| parent | 6c1a798b0302034a7fdcaf93b8f014e2e458c2a0 (diff) | |
| parent | 63ec5715054be18ac4db5675e067b41c955d03b9 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'app/bin/misc.h')
| -rw-r--r-- | app/bin/misc.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |
