summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-06-26 21:07:00 +0200
committerraysan5 <[email protected]>2021-06-26 21:07:00 +0200
commit2f75657350f4377e41064c7ca2941e00e586be63 (patch)
tree7c6113bfdd73fb69d64eafa7a5f3ce3a952be888 /src/raylib.h
parent00c87953853d46ede8ac8fa8c1b2640dc941f82c (diff)
downloadraylib-2f75657350f4377e41064c7ca2941e00e586be63.tar.gz
raylib-2f75657350f4377e41064c7ca2941e00e586be63.zip
WARNING: REMOVED: Some deprecated function names mapping
Some functions/values have been deprecated for long time but some mapping was kept for convenience. Some of those mappings have been removed...
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 210c36b8..b27b1520 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -158,12 +158,8 @@
#define MAGENTA CLITERAL(Color){ 255, 0, 255, 255 } // Magenta
#define RAYWHITE CLITERAL(Color){ 245, 245, 245, 255 } // My own White (raylib logo)
-// Temporal hacks to avoid breaking old codebases using
-// deprecated raylib implementation or definitions
-#define SpriteFont Font
-#define FormatText TextFormat
-#define LoadText LoadFileText
-#define GetExtension GetFileExtension
+// WARNING: Temporal hacks to avoid breaking old codebases using
+// deprecated raylib implementations or definitions
#define GetImageData LoadImageColors
#define FILTER_POINT TEXTURE_FILTER_POINT
#define FILTER_BILINEAR TEXTURE_FILTER_BILINEAR