diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-08-10 06:23:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 20:23:17 -0700 |
| commit | 7894ea5140a30c8241efe465a0442eab6b789984 (patch) | |
| tree | 55f7b3ac9a84f146a72addb4fdd037f5159124b5 /include/JSystem/JKernel | |
| parent | e7e5453771e88272aaa55de7f20db50bf68c6b54 (diff) | |
Work on d_msg_scrn_item (#2188)
Diffstat (limited to 'include/JSystem/JKernel')
| -rw-r--r-- | include/JSystem/JKernel/JKRArchive.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/JSystem/JKernel/JKRArchive.h b/include/JSystem/JKernel/JKRArchive.h index a546c5d0b9..cee9371e88 100644 --- a/include/JSystem/JKernel/JKRArchive.h +++ b/include/JSystem/JKernel/JKRArchive.h @@ -242,4 +242,8 @@ inline void JKRUnmountArchive(JKRArchive* arc) { arc->unmount(); } +inline void JKRReadIdxResource(void* param_1, u32 param_2, u32 param_3, JKRArchive* param_4) { + param_4->readIdxResource(param_1, param_2, param_3); +} + #endif
\ No newline at end of file |
