mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-12 22:48:46 +01:00
* Fix loading multiple animations from .iqm file * Fix memory leak in models_animation example * Added export instructions to the animation example * use raylib free * include <stdlib.h> to appease the travis CI gods * replace tabs with spaces