From aae2c4b355099968e3d8aa50a2335a5764c33b72 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 26 Oct 2025 21:25:25 +0100 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 98134ee96..ffd4d0457 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1003,6 +1003,9 @@ int main(int argc, char *argv[]) if (!TextIsEqual(GetFileNameWithoutExt(clist.paths[i]), "examples_template") && (TextFindIndex(exList, GetFileNameWithoutExt(clist.paths[i])) == -1)) { + // TODO: Examples to be added in the list should be added at the end of their categories, + // not at the end of the file... + // Add example to the examples collection list // WARNING: Added to the end of the list, order must be set by users and // defines placement on raylib webpage