Support of .ICO file loading

only loading the biggest icon

see http://pulkomandy.tk/projects/GrafX2/ticket/69
This commit is contained in:
Thomas Bernard
2018-01-17 00:54:10 +01:00
parent c2c36849b5
commit c2486ed629
3 changed files with 193 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ enum FILE_FORMATS
FORMAT_CM5,
FORMAT_PPH,
FORMAT_XPM,
FORMAT_ICO,
FORMAT_MISC, ///< Must be last of enum: others formats recognized by SDL_image
};