Allow to locate files from the universal locator.

This commit is contained in:
Martín Lucas Golini
2024-11-25 00:02:25 -03:00
parent 4b21d02794
commit 5bf9b89587
7 changed files with 62 additions and 23 deletions

View File

@@ -172,6 +172,9 @@ class EE_API Image {
*/
static bool isImageExtension( const std::string& path );
/** @return A list of all supported extensions by the decoder */
static std::vector<std::string> getImageExtensionsSupported();
/** @return The last failure image loading/info reason */
static std::string getLastFailureReason();