File diff r25701:43594ed167c5 → r25702:89c61c19a4db
src/saveload/saveload.h
Show inline comments
 
@@ -388,6 +388,7 @@ enum ChunkType {
 
	CH_RIFF = 0,
 
	CH_ARRAY = 1,
 
	CH_SPARSE_ARRAY = 2,
 
	CH_READONLY, ///< Chunk is never saved.
 
};
 

	
 
/** Handlers and description of chunk. */