Fixed AutoDoc indentation, spelling, grammar.
[AROS.git] / workbench / tools / BoingIconBar / locale.h
blob03c7616c5db86c4850c0cfc0b381babe39037c07
1 #ifndef _LOCALE_H
2 #define _LOCALE_H
4 /*
5 Copyright © 2003-2006 AROS Development Team. All rights reserved.
6 $Id: locale.h 30792 2009-03-07 22:40:04Z neil $
7 */
9 #include <exec/types.h>
11 #define CATCOMP_NUMBERS
12 #include "strings.h"
14 /*** Prototypes *************************************************************/
15 /* Main *********************************************************************/
16 STRPTR _(ULONG ID); /* Get a message, as a STRPTR */
17 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
19 /* Setup ********************************************************************/
20 BOOL Locale_Initialize(void);
21 void Locale_Deinitialize(void);
23 #endif /* _LOCALE_H */