victorfisac / Physac

2D physics header-only library for videogames developed in C using raylib library.
http://www.victorfisac.com/physac
MIT License
432 stars 28 forks source link

Updating malloc to PHYSAC_MALLOC. #42

Closed shrumo closed 3 years ago

shrumo commented 4 years ago

I think PHYSAC_MALLOC should be used everywhere instead of the usual malloc.