From e76c5f7d64dfc8e23509af7777862c88f207a606 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 2 Aug 2025 18:11:30 +0200 Subject: [PATCH] Update rexm.c --- examples/rexm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/rexm.c b/examples/rexm.c index d01e291cd..c50aae08d 100644 --- a/examples/rexm.c +++ b/examples/rexm.c @@ -334,8 +334,10 @@ int main(int argc, char *argv[]) // Edit: raylib/examples/README.md --> Add new example //------------------------------------------------------------------------------------------------ - // TODO: Use [examples_list.txt] to update/regen README.md + //Look for "| 01 | " + // Lines format: | 01 | [core_basic_window](core/core_basic_window.c) | core_basic_window | ⭐️☆☆☆ | 1.0 | 1.0 | [Ray](https://github.com/raysan5) | + //------------------------------------------------------------------------------------------------