Sfoglia il codice sorgente

Added note

pull/2581/head
Ray 2 anni fa
parent
commit
6c2c176a99
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Vedi File

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

Caricamento…
Annulla
Salva