mirror of
https://github.com/zeldaret/oot
synced 2026-08-22 23:01:56 -04:00
e8d2d26431
* [cc0 oot] "kanread" * format * document kanji_tex * fixup
9 lines
129 B
C
9 lines
129 B
C
#ifndef KANJI_TEX_H
|
|
#define KANJI_TEX_H
|
|
|
|
#include "ultra64/ultratypes.h"
|
|
|
|
s32 KanjiTex_CodepointToOffset(s32 codepoint);
|
|
|
|
#endif
|