diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/kanji_tex.h | 8 | ||||
| -rw-r--r-- | include/kanread.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/include/kanji_tex.h b/include/kanji_tex.h new file mode 100644 index 000000000..6d79c0d0c --- /dev/null +++ b/include/kanji_tex.h @@ -0,0 +1,8 @@ +#ifndef KANJI_TEX_H +#define KANJI_TEX_H + +#include "ultra64/ultratypes.h" + +s32 KanjiTex_CodepointToOffset(s32 codepoint); + +#endif diff --git a/include/kanread.h b/include/kanread.h deleted file mode 100644 index bea4831c8..000000000 --- a/include/kanread.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef KANREAD_H -#define KANREAD_H - -#include "ultra64/ultratypes.h" - -s32 Kanji_OffsetFromShiftJIS(s32 sjis); - -#endif |
