소스 검색

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

불러오는 중...
취소
저장