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