瀏覽代碼

Added note

pull/2581/head
Ray 2 年之前
父節點
當前提交
6c2c176a99
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/raylib.h

+ 1
- 0
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

Loading…
取消
儲存