summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2023-10-11 11:11:09 +0200
committerRay <[email protected]>2023-10-11 11:11:09 +0200
commitddca5251321ba5542fe59369765b48c1d4c6e5c9 (patch)
tree05160cabc347aefd6ae585a0995f14ceb7d27370
parentdaba1a27945d6be914e71f71fe8e7cfaef1eca5e (diff)
downloadraylib-ddca5251321ba5542fe59369765b48c1d4c6e5c9.tar.gz
raylib-ddca5251321ba5542fe59369765b48c1d4c6e5c9.zip
RENAMED: `rcore_custom` to `rcore_template`
-rw-r--r--src/rcore_template.c (renamed from src/rcore_custom.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore_custom.c b/src/rcore_template.c
index e17aa96b..3007e4f5 100644
--- a/src/rcore_custom.c
+++ b/src/rcore_template.c
@@ -1,6 +1,6 @@
/**********************************************************************************************
*
-* rcore_<platform> - Functions to manage window, graphics device and inputs
+* rcore_<platform> template - Functions to manage window, graphics device and inputs
*
* PLATFORM: <PLATFORM>
* - TODO: Define the target platform for the core