No description
- Removes extraneous (and unused) includes - Cleans up many compiler warnings - Fixes SDL include statements (using proper `#include <file.h>` directives given the prior `#include "file.h"` directives should only be used when including a projects' own header files instead of -Ipath-provided system headers) - Eliminates extraneous codecs Many of these were made after building SDL_Sound under various compilers and operating systems and hitting various issues. It currently builds clean without errors or warnings on all our workflow compilers and versions. |
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| include | ||
| scripts | ||
| src | ||
| visualc_net | ||
| .gitignore | ||
| acinclude.m4 | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| README.md | ||
| THANKS | ||
| VERSION | ||