From 2724f07c9a2acadeea800e2e70d074ccb13d12e3 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 26 Sep 2025 22:22:43 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 6fdf74645..7f303538c 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -2047,6 +2047,7 @@ static void SortExampleByName(rlExampleInfo *items, int count) // WARNING: Supported resource file extensions is hardcoded by used file types // but new examples could require other file extensions to be added, // maybe it should look for '.xxx")' patterns instead +// TODO: WARNING: Some resources could require linked resources: .fnt --> .png, .mtl --> .png, .gltf --> .png, ... static char **ScanExampleResources(const char *filePath, int *resPathCount) { #define REXM_MAX_RESOURCE_PATH_LEN 256