snd_WaveArchive, snd_WaveFile OK

This commit is contained in:
robojumper
2025-05-27 21:57:07 +02:00
parent d6859dfd74
commit cbcee6811f
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -3170,8 +3170,11 @@ nw4r/snd/snd_Util.cpp:
.sdata start:0x80574EA8 end:0x80574EB0
.sdata2 start:0x8057F1C0 end:0x8057F1F0
nw4r/snd/snd_WaveArchive.cpp:
.text start:0x80484BE0 end:0x80484CE8 align:16
nw4r/snd/snd_WaveFile.cpp:
.text start:0x80484BE0 end:0x80484F54 align:16
.text start:0x80484CF0 end:0x80484F54 align:16
nw4r/snd/snd_WaveSound.cpp:
.text start:0x80484F60 end:0x8048531C align:16
+2 -2
View File
@@ -1079,8 +1079,8 @@ config.libs = [
Object(Matching, "nw4r/snd/snd_Voice.cpp"),
Object(Matching, "nw4r/snd/snd_VoiceManager.cpp"),
Object(Matching, "nw4r/snd/snd_Util.cpp"),
Object(NonMatching, "nw4r/snd/snd_WaveArchive.cpp"),
Object(NonMatching, "nw4r/snd/snd_WaveFile.cpp"),
Object(Matching, "nw4r/snd/snd_WaveArchive.cpp"),
Object(Matching, "nw4r/snd/snd_WaveFile.cpp"),
Object(Matching, "nw4r/snd/snd_WaveSound.cpp"),
Object(Matching, "nw4r/snd/snd_WaveSoundHandle.cpp"),
Object(Matching, "nw4r/snd/snd_WsdFile.cpp"),
+1 -1
View File
@@ -9,7 +9,7 @@
#include "nw4r/snd/snd_Util.h"
#include "nw4r/snd/snd_WaveFile.h"
#include "nw4r/ut/binaryFileFormat.h" // ut::BinaryFileHeader
#include "nw4r/ut/ut_binaryFileFormat.h" // ut::BinaryFileHeader
#include "nw4r/ut/ut_algorithm.h" // ut::AddOffsetToPtr
#include <nw4r/NW4RAssert.hpp>