Closed albertvaka closed 3 years ago
animation_destroy returns a bool but teardown expects a void-returning function. This raises an error in modern compilers.
animation_destroy
teardown
Closing because this repo is abandoned.
animation_destroy
returns a bool butteardown
expects a void-returning function. This raises an error in modern compilers.