i18n.h
author hegyi
Thu, 19 Oct 2006 07:49:40 +0000
changeset 167 30a7be486475
permissions -rw-r--r--
Used randomizator is changed to the one included in Lemon
ladanyi@133
     1
#ifndef I18N_H
ladanyi@133
     2
#define I18N_H
ladanyi@133
     3
ladanyi@133
     4
#include "gettext.h"
ladanyi@133
     5
#define _(string) gettext (string)
ladanyi@133
     6
ladanyi@133
     7
#endif