fceugx/source/utils/gettext.h

13 lines
217 B
C
Raw Normal View History

2010-01-25 09:23:03 +01:00
#ifndef _GETTEXT_H_
#define _GETTEXT_H_
bool LoadLanguage();
/*
* input msg = a text in ASCII
* output = the translated msg in utf-8
*/
const char *gettext(const char *msg);
#endif /* _GETTEXT_H_ */