Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / prefs / reqtools / misc.h
blob3528cd0955d8128819da31bed97a10915b78539f
1 #include <exec/types.h>
3 VOID InitLocale( VOID );
4 VOID FreeLocale( VOID );
5 CONST_STRPTR GetString( CONST_STRPTR );
6 VOID LocalizeMenus( struct NewMenu * );
7 VOID LocalizeLabels( CONST_STRPTR * );
9 ULONG EasyReq( STRPTR, STRPTR, APTR );
10 ULONG LocEZReq( STRPTR, STRPTR, ... );
11 ULONG EZReq( STRPTR, STRPTR, ... );
13 #include "rtstrings.h"