summaryrefslogtreecommitdiff
path: root/sdl2/bindings
Commit message (Collapse)AuthorAgeFilesLines
* Add SDL2_mixer bindings.David Thompson2015-12-201-0/+131
| | | | | | | * sdl2/bindings.scm: Add "AUDIO_*" constants. * sdl2/bindings/mixer.scm: New file. * sdl2/mixer.scm: New file. * Makefile.am (SOURCES): Add new files.
* Add SDL2_ttf bindings.David Thompson2015-12-171-0/+76
| | | | | | * sdl2/bindings/ttf.scm: New file. * sdl2/ttf.scm: New file. * Makefile.am (SOURCES): Add them.
* Add SDL2_image bindings.David Thompson2015-12-161-0/+56
* sdl2/bindings/image.scm: New file. * sdl2/image.scm: New file. * Makefile.am (SOURCES): Add them.