summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2026-08-19 14:03:21 +0200
committerGitHub <noreply@github.com>2026-08-19 14:03:21 +0200
commite8d2d26431925f60fd67634a5af2201b9ffdf7d7 (patch)
treeddba2d6fe47aee74a7aab97a87805bbb8576a07c /include
parentc1fd4c22905aa7d5618c7c91e9df847c0326a80a (diff)
[cc0 oot] kanji_tex (#2784)
* [cc0 oot] "kanread" * format * document kanji_tex * fixup
Diffstat (limited to 'include')
-rw-r--r--include/kanji_tex.h8
-rw-r--r--include/kanread.h8
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