mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
6 lines
126 B
C
6 lines
126 B
C
#pragma once
|
|
|
|
typedef struct SMDH_s SMDH;
|
|
|
|
u64 cia_get_title_id(u8* cia);
|
|
Result cia_file_get_smdh(SMDH* smdh, Handle handle); |