From c1e7240b035c9df1d25a242d3e07920f4059d414 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 16 Sep 2023 11:47:37 -0400 Subject: [PATCH] fixes entry for sound/fmod file addition Closes #962 --- doc/fixes3-7-0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 9df8fde6b..c5e6d0adb 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -2411,6 +2411,8 @@ add Unicode support to DOS Curses port (pr #889 by chasonr) add Unicode support to Win32 (pr #903 by chasonr) add Unicode support to Qt (pr #910 by chasonr) add Unicode, IBMgraphics and DECgraphics support to X11 (pr #923 by chasonr) +add some glue code for those that might wish to build with 3rd party fmod + sound library support (pr #962 by MrEveryDay98) Code Cleanup and Reorganization