Browse Source

Added note

Ray 3 years ago
parent
commit
6c2c176a99
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/raylib.h

+ 1 - 0
src/raylib.h

@@ -113,6 +113,7 @@
 #endif
 #endif
 
 
 // Allow custom memory allocators
 // Allow custom memory allocators
+// NOTE: Require recompiling raylib sources
 #ifndef RL_MALLOC
 #ifndef RL_MALLOC
     #define RL_MALLOC(sz)       malloc(sz)
     #define RL_MALLOC(sz)       malloc(sz)
 #endif
 #endif