furnace/extern/SAASound/MODIFIED.md

6 lines
273 B
Markdown
Raw Normal View History

# modified version
this is a modified version of SAASound for Furnace.
it fixes some warnings and doesn't use its CMakeLists because I need to static-link it and disable config file support.
2024-04-28 04:52:19 +00:00
it also replaces long with int, to fix a discrepancy between MSVC and GCC/Clang.