Initial commit
This commit is contained in:
13
channel/channelapp/source/i18n.h
Normal file
13
channel/channelapp/source/i18n.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _I18N_H_
|
||||
#define _I18N_H_
|
||||
|
||||
#include <gctypes.h>
|
||||
|
||||
#define _(x) i18n(x)
|
||||
|
||||
void i18n_set_mo(const void *mo_file);
|
||||
const char *i18n(char *english_string);
|
||||
u32 i18n_have_mo(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user