Add visible_image and backups to the T_Document structure
This commit is contained in:
@@ -606,6 +606,10 @@ typedef struct
|
||||
byte safety_backup_prefix;
|
||||
/// Tilemap mode
|
||||
byte tilemap_mode;
|
||||
/// The pixels of visible layers, flattened copy.
|
||||
T_Bitmap visible_image;
|
||||
/// List of backup pages for the main image.
|
||||
T_List_of_pages * backups;
|
||||
} T_Document;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user