This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added note
pull/2581/head
Ray
2 years ago
parent
3ebfee5dbc
commit
6c2c176a99
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/raylib.h
+ 1
- 0
src/raylib.h
View 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
Write
Preview
Loading…
Cancel
Save