2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
13 VAR
struct Device
*TimerBase
;
14 VAR
struct Library
*BattClockBase
;
15 VAR
struct MUI_CustomClass
*calendarmcc
;
16 VAR
struct MUI_CustomClass
*clockmcc
;
17 VAR
struct MsgPort
*TimerMP
;
18 VAR
struct timerequest
*TimerIO
;
19 VAR
struct Catalog
*catalog
;
20 VAR
struct ClockData clockdata
;
23 VAR LONG prog_exitcode
;
25 VAR Object
*app
, *wnd
, *calobj
, *clockobj
;
26 VAR Object
*monthobj
, *yearobj
;
27 VAR Object
*hourobj
, *minobj
, *secobj
;