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
*MUIMasterBase
;
25 VAR
struct Device
*TimerBase
;
26 VAR
struct MUI_CustomClass
*calendarmcc
;
27 VAR
struct MUI_CustomClass
*clockmcc
;
28 VAR
struct MsgPort
*TimerMP
;
29 VAR
struct timerequest
*TimerIO
;
30 VAR
struct Catalog
*catalog
;
31 VAR
struct ClockData clockdata
;
34 VAR LONG prog_exitcode
;
36 VAR Object
*app
, *wnd
, *calobj
, *clockobj
;
37 VAR Object
*monthobj
, *yearobj
;
38 VAR Object
*hourobj
, *minobj
, *secobj
;