2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
6 /****************************************************************************************/
8 extern struct IntuitionBase
*IntuitionBase
;
9 extern struct GfxBase
*GfxBase
;
10 extern struct Library
*GadToolsBase
;
11 extern struct Screen
*scr
;
12 extern struct DrawInfo
*dri
;
14 extern struct Menu
*menus
;
15 extern struct Window
*win
;
17 extern ULONG gotomask
, findmask
;
18 extern UBYTE filenamebuffer
[300];
20 /****************************************************************************************/
24 VOID
Cleanup(CONST_STRPTR msg
);
28 void InitLocale(STRPTR catname
, ULONG version
);
29 void CleanupLocale(void);
30 CONST_STRPTR
MSG(ULONG id
);
40 /****************************************************************************************/