summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-15 18:53:08 +0200
committerRay <[email protected]>2022-07-15 18:53:08 +0200
commit6c2c176a990fe8985b700dd308d00efd4d1d4473 (patch)
tree5c29490d71fff90d443b32a2ce22512e1f5b7179 /src
parent3ebfee5dbc1d0de5555105f4989954cd4547bafd (diff)
downloadraylib-6c2c176a990fe8985b700dd308d00efd4d1d4473.tar.gz
raylib-6c2c176a990fe8985b700dd308d00efd4d1d4473.zip
Added note
Diffstat (limited to 'src')
-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