fledge68 02da650191 - added plugins branch
- added snes_gx 4.3.4
2016-05-22 00:54:38 +00:00

13 lines
217 B
C

#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_ */