summaryrefslogtreecommitdiff
path: root/src/nw4r
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-05-27 21:57:07 +0200
committerrobojumper <robojumper@gmail.com>2025-05-27 21:57:07 +0200
commitcbcee6811fa7ac735c9a31052d6dc140b820c939 (patch)
tree577dfcdda361b3048c99f6c472b23affe61c0edf /src/nw4r
parentd6859dfd74ca205cf9cae2fa343df56124403a9d (diff)
snd_WaveArchive, snd_WaveFile OK
Diffstat (limited to 'src/nw4r')
-rw-r--r--src/nw4r/snd/snd_WaveArchive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nw4r/snd/snd_WaveArchive.cpp b/src/nw4r/snd/snd_WaveArchive.cpp
index e3255fe6..52ab01ba 100644
--- a/src/nw4r/snd/snd_WaveArchive.cpp
+++ b/src/nw4r/snd/snd_WaveArchive.cpp
@@ -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>