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

On tmx_img_load_func, add a void *data argument which allows the user… #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 25, 2020

  1. On tmx_img_load_func, add a void *data argument which allows the user…

    … to point to any memory needed by their loader function which defeats the need of making more globals for them and allows for cleaner code.
    
    Update documentation to reflect the changes.
    Add global pointer tmx_img_load_data which allows the user to supply any additional memory needed by their loader. Such example would be an SDL_Renderer pointer defined inside a scope.
    insaane00 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    7dd722a View commit details
    Browse the repository at this point in the history