mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-15 05:08:43 +08:00
91820998fc
Include guards in most changed files were missing, I added them keeping the same style as other SDL files. In some cases I moved the include guards around to be the first thing the header has to take advantage of any possible improvements compiler may have for inclusion guards.