22 #ifndef CINE_SAVELOAD_H 23 #define CINE_SAVELOAD_H 25 #include "common/endian.h" 29 extern int16 currentDisk;
66 ANIMSIZE_30_PTRS_BROKEN,
67 ANIMSIZE_30_PTRS_INTACT,
74 static const uint32 TEMP_OS_FORMAT_ID =
MKTAG(
'T',
'E',
'M',
'P');
77 static const uint32 VERSIONED_FW_FORMAT_ID =
MKTAG(
'C',
'1',
'F',
'W');
78 static const uint32 VERSIONED_OS_FORMAT_ID =
MKTAG(
'C',
'2',
'O',
'S');
83 static const uint32 CURRENT_SAVE_VER = 4;
92 static const uint32 LAST_TEMP_OS_SAVE_VER = 3;
#define MKTAG(a0, a1, a2, a3)
Definition: endian.h:188
CineSaveGameFormat
Definition: saveload.h:63