2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
13 VAR
struct IntuitionBase
*IntuitionBase
;
14 VAR
struct GfxBase
*GfxBase
;
17 VAR
struct UtilityBase
*UtilityBase
;
18 VAR
struct LocaleBase
*LocaleBase
;
20 VAR
struct Library
*UtilityBase
;
21 VAR
struct Library
*LocaleBase
;
24 VAR
struct Library
*AslBase
;
25 VAR
struct Library
*GadToolsBase
;
26 VAR
struct Library
*IFFParseBase
;
27 VAR
struct Library
*CyberGfxBase
;
29 VAR
struct Screen
*scr
;
30 VAR
struct Window
*win
;
31 VAR
struct DrawInfo
*dri
;
32 VAR
struct Menu
*menus
;
34 VAR
struct Catalog
*catalog
;
35 VAR
struct List country_list
, language_list
, pref_language_list
;
36 VAR
struct SerialPrefs serialprefs
;
37 VAR WORD winwidth
, winheight
, buttonwidth
, buttonheight
;
41 VAR LONG prog_exitcode
;