mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-05 21:08:09 +00:00
Added note
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
#endif
|
||||
|
||||
// Allow custom memory allocators
|
||||
// NOTE: Require recompiling raylib sources
|
||||
#ifndef RL_MALLOC
|
||||
#define RL_MALLOC(sz) malloc(sz)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user