summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/raylib.h1
1 files changed, 1 insertions, 0 deletions
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