From 6c2c176a990fe8985b700dd308d00efd4d1d4473 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 15 Jul 2022 18:53:08 +0200 Subject: Added note --- src/raylib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raylib.h b/src/raylib.h index 12aba4d9..a3ce8c1f 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -113,6 +113,7 @@ #endif // Allow custom memory allocators +// NOTE: Require recompiling raylib sources #ifndef RL_MALLOC #define RL_MALLOC(sz) malloc(sz) #endif -- cgit v1.2.3