]> git.ipfire.org Git - thirdparty/vala.git/commit
vapi: Add SDL 2.x bindings
authorMario Daniel Ruiz Saavedra <desiderantes93@gmail.com>
Fri, 7 Aug 2020 19:32:08 +0000 (14:32 -0500)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 28 Oct 2020 07:28:00 +0000 (08:28 +0100)
commite3319dde5b16636fc04bc28e39236e445b69d920
treeeed292208007e9f8ebf2744e1ef107891f19b724
parent2010ed9fa9e512a1051a534d29713d8e7bd345b6
vapi: Add SDL 2.x bindings

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1032
20 files changed:
vapi/Makefile.am
vapi/SDL2_gfx.deps [new file with mode: 0644]
vapi/SDL2_gfx.vapi [new file with mode: 0644]
vapi/SDL2_image.deps [new file with mode: 0644]
vapi/SDL2_image.vapi [new file with mode: 0644]
vapi/SDL2_mixer.deps [new file with mode: 0644]
vapi/SDL2_mixer.vapi [new file with mode: 0644]
vapi/SDL2_net.deps [new file with mode: 0644]
vapi/SDL2_net.vapi [new file with mode: 0644]
vapi/SDL2_ttf.deps [new file with mode: 0644]
vapi/SDL2_ttf.vapi [new file with mode: 0644]
vapi/sdl2-android.deps [new file with mode: 0644]
vapi/sdl2-android.vapi [new file with mode: 0644]
vapi/sdl2-ios.deps [new file with mode: 0644]
vapi/sdl2-ios.vapi [new file with mode: 0644]
vapi/sdl2-windows.deps [new file with mode: 0644]
vapi/sdl2-windows.vapi [new file with mode: 0644]
vapi/sdl2-winrt.deps [new file with mode: 0644]
vapi/sdl2-winrt.vapi [new file with mode: 0644]
vapi/sdl2.vapi [new file with mode: 0644]