From fe3256be9fd20e4bc743934785f5a8a5d57a8832 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 12 Mar 2021 18:00:36 +0100 Subject: Renamed some functions to use latest raylib version --- src/raylib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3