mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
Update rexm.c
This commit is contained in:
@@ -91,9 +91,7 @@ typedef enum {
|
|||||||
OP_UPDATE = 6, // Validate and update required examples (as far as possible)
|
OP_UPDATE = 6, // Validate and update required examples (as far as possible)
|
||||||
} rlExampleOperation;
|
} rlExampleOperation;
|
||||||
|
|
||||||
#define MAX_EXAMPLE_CATEGORIES 8
|
static const char *exCategories[REXM_MAX_EXAMPLE_CATEGORIES] = { "core", "shapes", "textures", "text", "models", "shaders", "audio", "others" };
|
||||||
|
|
||||||
static const char *exCategories[MAX_EXAMPLE_CATEGORIES] = { "core", "shapes", "textures", "text", "models", "shaders", "audio", "others" };
|
|
||||||
|
|
||||||
// Paths required for examples management
|
// Paths required for examples management
|
||||||
// TODO: Avoid hardcoding path values...
|
// TODO: Avoid hardcoding path values...
|
||||||
|
Reference in New Issue
Block a user