Explorar el Código

Added note

pull/2581/head
Ray hace 2 años
padre
commit
6c2c176a99
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Ver fichero

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

Cargando…
Cancelar
Guardar