sm64pc/tools/utf8.h

7 lines
99 B
C
Raw Permalink Normal View History

2020-05-05 12:15:53 +00:00
#ifndef UTF8_H_
#define UTF8_H_
char *utf8_decode(char *str, uint32_t *codep);
#endif // UTF8_H_