BindBC / bindbc-sdl

Static & dynamic D bindings to SDL and the SDL_* libraries, compatible with BetterC, @nogc, and nothrow.
Boost Software License 1.0
86 stars 24 forks source link

Add SDL_SemTryWait function #45

Closed mmcomando closed 1 year ago

mmcomando commented 1 year ago

I required this function in my project but it was not present in bindings. It would be great if it was added.

mdparker commented 1 year ago

Thanks!