diff options
author | Max <mparisi@stevens.edu> | 2020-09-25 01:30:19 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-25 01:30:19 -0400 |
commit | 87da93a114827a56a0d4319c48e1ad24e3d5bf2d (patch) | |
tree | c3db9cfc5e66a9495bc4c8a5dcb9c54a5f3f72fd /obj_files.mk | |
parent | ed7a456aa6dbd6c34c372d5b6a640680cf58da2d (diff) |
split snd_NandSoundArchive, snd_RemoteSpeaker, snd_RemoteSpeakerManager, and snd_SeqFile
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index cb48a61..8acb443 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -129,6 +129,10 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/snd/snd_MmlParser.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_MmlSeqTrack.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_MmlSeqTrackAllocator.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_NandSoundArchive.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_RemoteSpeaker.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_RemoteSpeakerManager.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_SeqFile.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |