added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / icontrol / vars.h
blob921d0b0de67a026c981e8d4719723d2dd4b57432
1 /*
2 Copyright © 1995-2001, 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 IntuitionBase *IntuitionBase;
14 VAR struct GfxBase *GfxBase;
16 #ifdef __AROS__
17 VAR struct UtilityBase *UtilityBase;
18 VAR struct LocaleBase *LocaleBase;
19 #else
20 VAR struct Library *UtilityBase;
21 VAR struct Library *LocaleBase;
22 #endif
24 VAR struct Library *MUIMasterBase;
25 VAR struct Library *AslBase;
26 VAR struct Catalog *catalog;
27 VAR struct ClockData clockdata;
28 VAR UBYTE s[256];
29 VAR struct IControlPrefs icontrolprefs, restore_prefs;
30 VAR LONG prog_exitcode;
32 VAR Object *app, *wnd;