forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / vpdf / locale.h
blob9df9adcc63bd3316b7c8f9d7c2e6cee34e2c6a01
1 #ifndef LOCALE_H
2 #define LOCALE_H
4 /*
5 * VPDF
6 *
7 * Copyright © 2008 Christian Rosentreter <tokai@binaryriot.org>
8 * Copyright © 2012 Michal Zukowski, Michal Wozniak
9 * All rights reserved.
11 * $Id$
14 #define NEW_CATCOMP_ARRAY_IDS
15 #include "VPDF_strings.h"
17 void locale_init(void);
18 void locale_cleanup(void);
19 CONST_STRPTR locale_getstr(ULONG);
21 #define LOCSTR(x) locale_getstr(x##_ID)
24 #endif /* LOCALE_H */