i18n.h
author hegyi
Mon, 06 Nov 2006 15:40:44 +0000
changeset 179 1f436ea3ef4f
permissions -rw-r--r--
Color handling of maps is a bit better now.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif