edubart / nelua-decl

C binding generator for Nelua using GCC Lua plugin.
46 stars 10 forks source link

Add some SDL2 extension libraries #2

Closed Andre-LA closed 3 years ago

Andre-LA commented 3 years ago

Libraries included in this PR:

A test file was also added. Since these libraries are "extension libraries", I decided to keep them separated from sdl2 as sdl2-extras on the Makefile.

edubart commented 3 years ago

Thanks for adding these libraries! I've tested now, the on-off.png image is missing when running the tests.

Andre-LA commented 3 years ago

Oh, I didn't noticed.

Looked now, there is a *.png on the .gitignore file, should I remove it?

edubart commented 3 years ago

Yea you can remove, so the test pass.

Andre-LA commented 3 years ago

removed and png file added.

edubart commented 3 years ago

Thanks, merged! I've added some extra changes to the test file, so I can use it when testing all bindings with make test-all-extra here.