We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5338e39 commit aae2c4bCopy full SHA for aae2c4b
tools/rexm/rexm.c
@@ -1003,6 +1003,9 @@ int main(int argc, char *argv[])
1003
if (!TextIsEqual(GetFileNameWithoutExt(clist.paths[i]), "examples_template") &&
1004
(TextFindIndex(exList, GetFileNameWithoutExt(clist.paths[i])) == -1))
1005
{
1006
+ // TODO: Examples to be added in the list should be added at the end of their categories,
1007
+ // not at the end of the file...
1008
+
1009
// Add example to the examples collection list
1010
// WARNING: Added to the end of the list, order must be set by users and
1011
// defines placement on raylib webpage
0 commit comments