mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
5 lines
127 B
C
5 lines
127 B
C
#pragma once
|
|
|
|
u64 tmd_get_title_id(u8* tmd);
|
|
u16 tmd_get_content_count(u8* tmd);
|
|
u8* tmd_get_content_chunk(u8* tmd, u32 index); |