SDL 1.2 runtime compatibility library using SDL 2.0
Description
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library that provides fast access
to graphics frame buffers and audio devices.
This code is a compatibility layer that provides a binary-compatible API for programs written
based on SDL 1.2, but it actually calls SDL 2.0.
If you are writing new code, please use SDL 2.0 directly and do not use this layer!