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