Add Loading of files produced by TGA2TEO for the Thomson TO8

This commit is contained in:
Thomas Bernard
2018-11-12 02:03:31 +01:00
parent ffd2c7e8ce
commit 77262deadc
4 changed files with 205 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ enum FILE_FORMATS
FORMAT_ICO, ///< Windows icons
FORMAT_INFO, ///< Amiga OS icons
FORMAT_FLI, ///< Autodesk Animator FLI/FLC
FORMAT_MOTO, ///< Thomson MO/TO computers pictures
FORMAT_MISC, ///< Must be last of enum: others formats recognized by SDL_image
};