5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the Wanderer Preferences program, which is distributed
7 under the terms of version 2 of the GNU General Public License.
12 #include <exec/types.h>
14 #define CATCOMP_NUMBERS
17 /*** Prototypes *************************************************************/
18 /* Main *********************************************************************/
19 CONST_STRPTR
_(ULONG ID
); /* Get a message, as a STRPTR */
20 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
22 /* Setup ********************************************************************/
23 VOID
Locale_Initialize(VOID
);
24 VOID
Locale_Deinitialize(VOID
);
26 #endif /* _LOCALE_H_ */