mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-06 09:56:28 +00:00
Update rexm.c
This commit is contained in:
@@ -2047,6 +2047,7 @@ static void SortExampleByName(rlExampleInfo *items, int count)
|
|||||||
// WARNING: Supported resource file extensions is hardcoded by used file types
|
// WARNING: Supported resource file extensions is hardcoded by used file types
|
||||||
// but new examples could require other file extensions to be added,
|
// but new examples could require other file extensions to be added,
|
||||||
// maybe it should look for '.xxx")' patterns instead
|
// 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)
|
static char **ScanExampleResources(const char *filePath, int *resPathCount)
|
||||||
{
|
{
|
||||||
#define REXM_MAX_RESOURCE_PATH_LEN 256
|
#define REXM_MAX_RESOURCE_PATH_LEN 256
|
||||||
|
Reference in New Issue
Block a user