summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-12 18:00:36 +0100
committerRay <[email protected]>2021-03-12 18:00:36 +0100
commitfe3256be9fd20e4bc743934785f5a8a5d57a8832 (patch)
tree29629c7f06dbdcf40f69139b81f454d8736e0096 /src
parent08723659386e463219d60447ef83ebdc5cf3f2f9 (diff)
downloadraylib-fe3256be9fd20e4bc743934785f5a8a5d57a8832.tar.gz
raylib-fe3256be9fd20e4bc743934785f5a8a5d57a8832.zip
Renamed some functions to use latest raylib version
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 659cbc74..a6a1ddff 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -151,8 +151,8 @@
#define MAGENTA CLITERAL(Color){ 255, 0, 255, 255 } // Magenta
#define RAYWHITE CLITERAL(Color){ 245, 245, 245, 255 } // My own White (raylib logo)
-// Temporal hack to avoid breaking old codebases using
-// deprecated raylib implementation of these functions
+// Temporal hacks to avoid breaking old codebases using
+// deprecated raylib implementation or definitions
#define FormatText TextFormat
#define LoadText LoadFileText
#define GetExtension GetFileExtension