libnds
|
TLF file header. More...
#include <tlf.h>
Data Fields | |
uint32_t | magic |
Magic number: TLF_MAGIC. | |
uint8_t | num_sections |
Number of sections in the file. | |
uint8_t | padding [2] |
Unused. Set to zero. | |
tlf_section_header | section [] |
Array of section headers. | |
uint8_t | version |
Version number (currently 0) | |
TLF file header.