Files
HackerSM64/tools/utf8.h
2021-09-26 22:50:39 +03:00

4 lines
61 B
C

#pragma once
char *utf8_decode(char *str, uint32_t *codep);