diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-26 10:10:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 10:10:59 -0400 |
commit | 36a6ff190a836eb15e227ab0692d94fffddb6053 (patch) | |
tree | 97f1aaa9ceeb9e8683e856a28d28c8302a67bf07 /obj_files.mk | |
parent | 54bd2fccd971c690aa4631b4d9ad020ba88dfb6a (diff) | |
parent | a06571d40c0c5e5ea32cef18446acd12d9a6e4ba (diff) |
Merge pull request #90 from mparisi20/split_nw4r_snd
split snd_SoundHandle, snd_SoundHeap, and snd_SoundPlayer
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 3463405..7f69b70 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -143,6 +143,9 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SoundArchiveFile.o \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SoundArchiveLoader.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_SoundArchivePlayer.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_SoundHandle.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_SoundHeap.o \ + $(BUILD_DIR)/asm/nw4r/snd/snd_SoundPlayer.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |