From 4a775c82c82597c65345b3b1fdad71792ef2e486 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 2 Jan 2004 23:13:00 +0100 Subject: Release version 0.0.1 - Initial revision. --- i18n.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 i18n.h (limited to 'i18n.h') diff --git a/i18n.h b/i18n.h new file mode 100644 index 0000000..a2b2d71 --- /dev/null +++ b/i18n.h @@ -0,0 +1,8 @@ +#ifndef VDR_OSDPIP_I18N_H +#define VDR_OSDPIP_I18N_H + +#include + +extern const tI18nPhrase Phrases[]; + +#endif // VDR_OSDPIP_I18N_H -- cgit v1.2.3