Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions need to be inlined. #6

Closed
blitz-research opened this issue Mar 14, 2023 · 0 comments · Fixed by #7
Closed

Functions need to be inlined. #6

blitz-research opened this issue Mar 14, 2023 · 0 comments · Fixed by #7

Comments

@blitz-research
Copy link

Hi,

Not sure if this is still being maintained, but I decided to give it a shot as I need a c++ apng loader and this is the only one I could find! It builds OK with latest stb_image.h (the one in this repos is very outdated) and can load 'normal' pngs (haven't actually test animations yet) so looking good so far....

But there are a bunch of global functions at the end of the file (ie: the create_blah_loader functions) that need to be inlined' or you'll get link errors if you try to include the header from multiple sources.

Be nice if you could fix these and maybe update stb_image.h?

Bye!
Mark

@uctakeoff uctakeoff mentioned this issue Jul 24, 2024
uctakeoff added a commit that referenced this issue Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant