EgtExecutor :

- aggiunto riconoscimento estensioni png, jpg, jpeg e bmp come tipo immagine (FT_IMG).
This commit is contained in:
Dario Sassi
2017-02-13 10:42:09 +00:00
parent 63faefebea
commit 20d92be7ea
+2
View File
@@ -59,6 +59,8 @@ ExeGetFileType( const string& sFilePath)
return FT_CSF ;
else if ( sFileExt == "BTL")
return FT_BTL ;
else if ( sFileExt == "PNG" || sFileExt == "JPG" || sFileExt == "JPEG" || sFileExt == "BMP")
return FT_IMG ;
else if ( sFileExt == "TSC")
return FT_TSC ;
else if ( sFileExt == "LUA")