Update rexm.c

This commit is contained in:
Ray
2025-08-05 12:38:30 +02:00
parent 99a43457e8
commit f306685469

View File

@@ -91,9 +91,7 @@ typedef enum {
OP_UPDATE = 6, // Validate and update required examples (as far as possible)
} rlExampleOperation;
#define MAX_EXAMPLE_CATEGORIES 8
static const char *exCategories[MAX_EXAMPLE_CATEGORIES] = { "core", "shapes", "textures", "text", "models", "shaders", "audio", "others" };
static const char *exCategories[REXM_MAX_EXAMPLE_CATEGORIES] = { "core", "shapes", "textures", "text", "models", "shaders", "audio", "others" };
// Paths required for examples management
// TODO: Avoid hardcoding path values...