Parcourir la source

Added note

pull/2581/head
Ray il y a 2 ans
Parent
révision
6c2c176a99
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Voir le fichier

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

Chargement…
Annuler
Enregistrer