From ddca5251321ba5542fe59369765b48c1d4c6e5c9 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 11 Oct 2023 11:11:09 +0200 Subject: [PATCH] RENAMED: `rcore_custom` to `rcore_template` --- src/{rcore_custom.c => rcore_template.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{rcore_custom.c => rcore_template.c} (99%) diff --git a/src/rcore_custom.c b/src/rcore_template.c similarity index 99% rename from src/rcore_custom.c rename to src/rcore_template.c index e17aa96b1..3007e4f54 100644 --- a/src/rcore_custom.c +++ b/src/rcore_template.c @@ -1,6 +1,6 @@ /********************************************************************************************** * -* rcore_ - Functions to manage window, graphics device and inputs +* rcore_ template - Functions to manage window, graphics device and inputs * * PLATFORM: * - TODO: Define the target platform for the core