diff options
author | Max <mparisi@stevens.edu> | 2020-09-24 23:21:07 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-24 23:21:07 -0400 |
commit | 7cff13c38e65c06796c6980d25f368f9d4a61ecb (patch) | |
tree | 973e3a604d498371f5c084593c5b294c44c77ce5 /obj_files.mk | |
parent | 266c608cbf6d65e5187a4fc4207f39b5e32848ec (diff) |
split snd_MemorySoundArchive and snd_MidiSeqPlayer
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index db45972..975cbbe 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -124,6 +124,8 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/text_10_5.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_InstancePool.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_Lfo.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_MemorySoundArchive.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_MidiSeqPlayer.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |