SysMon: remove dead code
[AROS.git] / workbench / prefs / wanderer / locale.h
blob7edfb74d3077675e50c12195aeb58ee13aea02a9
1 #ifndef _LOCALE_H_
2 #define _LOCALE_H_
4 /*
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.
9 $Id$
12 #include <exec/types.h>
14 #define CATCOMP_NUMBERS
15 #include "strings.h"
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_ */