Common types, macros, and standard library includes used throughout AnimaEngine.
unsigned int u32
Definition: common.h:16
unsigned char u8
Definition: common.h:14
int NdsFat_GetRange(const u8 *rom, size_t rom_size, const NdsHeader *header, int file_id, NdsFatRange *out_range)
Reads boundary coordinates of a specific file ID from the NDS ROM FAT.
Definition: nds_fat.c:4
struct NdsFatRange NdsFatRange
Represents offset boundaries of an individual file in the NDS ROM filesystem.
Nintendo DS ROM header structure and format validation.
Represents offset boundaries of an individual file in the NDS ROM filesystem.
Definition: nds_fat.h:15
u32 start
Definition: nds_fat.h:16
u32 size
Definition: nds_fat.h:18
u32 end
Definition: nds_fat.h:17