Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / prefs / icontrol / global.h
blobeed10685cd7f673c872429cf478353c532f9a09e
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef GLOBAL_H
7 #define GLOBAL_H
9 /*********************************************************************************************/
12 #ifndef DOS_DOS_H
13 #include <dos/dos.h>
14 #endif
16 #ifndef EXEC_MEMORY_H
17 #include <exec/memory.h>
18 #endif
20 #ifndef INTUITION_INTUITION_H
21 #include <intuition/intuition.h>
22 #endif
24 #ifndef INTUITION_SCREENS_H
25 #include <intuition/screens.h>
26 #endif
28 #ifndef INTUITION_IMAGECLASS_H
29 #include <intuition/imageclass.h>
30 #endif
32 #ifndef INTUITION_GADGETCLASS_H
33 #include <intuition/gadgetclass.h>
34 #endif
36 #ifndef INTUITION_CLASSUSR_H
37 #include <intuition/classusr.h>
38 #endif
40 #ifndef INTUITION_CLASSES_H
41 #include <intuition/classes.h>
42 #endif
44 #ifndef INTUITION_ICCLASS_H
45 #include <intuition/icclass.h>
46 #endif
48 #ifndef GRAPHICS_GFX_H
49 #include <graphics/gfx.h>
50 #endif
52 #ifndef GRAPHICS_GFXBASE_H
53 #include <graphics/gfxbase.h>
54 #endif
56 #ifndef GRAPHICS_CLIP_H
57 #include <graphics/clip.h>
58 #endif
60 #ifndef GRAPHICS_LAYERS_H
61 #include <graphics/layers.h>
62 #endif
64 #ifndef DEVICES_INPUTEVENT_H
65 #include <devices/inputevent.h>
66 #endif
68 #ifndef LIBRARIES_GADTOOLS_H
69 #include <libraries/gadtools.h>
70 #endif
72 #ifndef LIBRARIES_ASL_H
73 #include <libraries/asl.h>
74 #endif
76 #ifndef LIBRARIES_IFFPARSE_H
77 #include <libraries/iffparse.h>
78 #endif
80 #ifndef UTILITY_UTILITY_H
81 #include <utility/utility.h>
82 #endif
84 #ifndef UTILITY_TAGITEM_H
85 #include <utility/tagitem.h>
86 #endif
88 #ifndef UTILITY_DATE_H
89 #include <utility/date.h>
90 #endif
92 #ifndef LIBRARIES_LOCALE_H
93 #include <libraries/locale.h>
94 #endif
96 #ifndef LIBRARIES_MUI_H
97 #include <libraries/mui.h>
98 #endif
100 #ifndef PREFS_ICONTROL_H
101 #include <prefs/icontrol.h>
102 #endif
104 #ifndef PREFS_PREFHDR_H
105 #include <prefs/prefhdr.h>
106 #endif
108 /*********************************************************************************************/
110 #ifndef PROTO_EXEC_H
111 #include <proto/exec.h>
112 #endif
114 #ifndef PROTO_DOS_H
115 #include <proto/dos.h>
116 #endif
118 #ifndef PROTO_INTUITION_H
119 #include <proto/intuition.h>
120 #endif
122 #ifndef PROTO_GRAPHICS_H
123 #include <proto/graphics.h>
124 #endif
126 #ifndef PROTO_UTILITY_H
127 #include <proto/utility.h>
128 #endif
130 #ifndef PROTO_LOCALE_H
131 #include <proto/locale.h>
132 #endif
134 #ifndef PROTO_ASL_H
135 #include <proto/asl.h>
136 #endif
138 #ifndef PROTO_IFFPARSE_H
139 #include <proto/iffparse.h>
140 #endif
142 #ifndef PROTO_ALIB_H
143 #include <proto/alib.h>
144 #endif
146 #ifndef PROTO_TIMER_H
147 #include <proto/timer.h>
148 #endif
150 #ifndef PROTO_MUIMASTER_H
151 #include <proto/muimaster.h>
152 #endif
154 /*********************************************************************************************/
156 #include "vars.h"
158 #undef CATCOMP_STRINGS
159 #undef CATCOMP_NUMBERS
161 #define CATCOMP_NUMBERS
163 #include "strings.h"
165 /*********************************************************************************************/
167 #define CONFIGNAME_ENV "ENV:Sys/icontrol.prefs"
168 #define CONFIGNAME_ENVARC "ENVARC:Sys/icontrol.prefs"
170 /*********************************************************************************************/
172 /* main.c */
174 void Cleanup(STRPTR msg);
176 /* misc.c */
178 void InitMenus(void);
179 STRPTR GetFile(STRPTR title, STRPTR dir, BOOL savemode);
181 /* locale.c */
183 void InitLocale(STRPTR catname, ULONG version);
184 void CleanupLocale(void);
185 STRPTR MSG(ULONG id);
187 /* prefs.c */
189 void InitPrefs(STRPTR filename, BOOL use, BOOL save);
190 void CleanupPrefs(void);
191 BOOL LoadPrefs(STRPTR filename);
192 BOOL SavePrefs(STRPTR filename);
193 BOOL DefaultPrefs(void);
194 void RestorePrefs(void);
196 /* gui.c */
198 void MakeGUI(void);
199 void KillGUI(void);
202 /*********************************************************************************************/
204 #endif /* GLOBAL_H */