ソースを参照

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

読み込み中…
キャンセル
保存