Searched defs:save_file_header (Results 1 – 1 of 1) sorted by relevance
85 struct save_file_header { struct86 char magic[32]; /* savefileheader_magic */88 uint32_t byteorder; /* SAVEFILE_BYTEORDER_VALUE */89 uint32_t mandatory_flags; /* unknown flags => reject restore */90 uint32_t optional_flags; /* unknown flags => reject restore */91 uint32_t optional_data_len; /* skip, or skip tail, if not understood */
Completed in 3 milliseconds