Update File selector to load/save palettes

Also "constify" the format array
This commit is contained in:
Thomas Bernard
2018-01-24 15:51:32 +01:00
parent 48ae5bf0d8
commit 4ffa389a90
6 changed files with 38 additions and 14 deletions

View File

@@ -303,6 +303,11 @@ GFX2_GLOBAL T_Document Spare;
/// Backup of the current screen, used during drawing when FX feedback is OFF.
GFX2_GLOBAL byte * Screen_backup;
// -- Palette load/Save selector
/// Fileselector settings
GFX2_GLOBAL T_Selector_settings Palette_selector;
// -- Brush data
/// Pixel data of the current brush (remapped).