These are the Pascal SDL 2 Headers.
Just add the headers to your include path. Include sdl2.pas for the main SDL2 library (should be always needed). Furthermore headers for the other SDL2 libraries are provided:
- sdl2_image.pas
- sdl2_mixer.pas
- sdl2_net.pas
- sdl2_ttf.pas
If you have any contributions, feel free to drop a pull request or send in a patch.
Same goes for bugs, please use the github issue tracker.
You may license the Pascal SDL 2 Headers either with the MPL license or with the zlib license, both included.