Restructured the images for ImageButton:
[AROS.git] / workbench / prefs / time / vars.h
blob2757146b1426853dabdc1a5c78c48cde2dc82e01
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef VAR
10 #define VAR extern
11 #endif
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;
21 VAR UBYTE s[256];
23 VAR LONG prog_exitcode;
25 VAR Object *app, *wnd, *calobj, *clockobj;
26 VAR Object *monthobj, *yearobj;
27 VAR Object *hourobj, *minobj, *secobj;