diff options
author | Max <mparisi@stevens.edu> | 2020-09-25 18:35:46 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-25 18:35:46 -0400 |
commit | f29369f0c821618a517aba172ca444b29cda98c4 (patch) | |
tree | 440627a07058ce4e3fbf48dc5c70b35b9127e345 /obj_files.mk | |
parent | 4d818b11a04bc7c4fd3b367b8c3fb3affcbe80d4 (diff) |
split snd_SoundArchive.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 1a1f29a..6816857 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -139,6 +139,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SeqTrack.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_Sound3DListener.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_Sound3DManager.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_SoundArchive.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |