summaryrefslogtreecommitdiff
path: root/app/bin/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/misc.h')
-rw-r--r--app/bin/misc.h9
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 */