|
Nugget
|
#include <stdint.h>

Go to the source code of this file.
Namespaces | |
| namespace | Sjis |
Typedefs | |
| using | Sjis::TitleEncoder = uint32_t(*)(uint8_t *dst, uint32_t dstSize, const char *src) |
Functions | |
| void | Sjis::registerFullTitleEncoder () |
Variables | |
| TitleEncoder | Sjis::g_titleEncoder = &asciiToSjisTitle |