diff options
author | Max <34987259+mparisi20@users.noreply.github.com> | 2020-09-26 15:03:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 15:03:55 -0400 |
commit | 26b9df9b853a4351e45d6f86cc293ed8ab1c171d (patch) | |
tree | ed74ce4702c0aa192efceb19a0e0f9b6f125429a /obj_files.mk | |
parent | 3273b58ba9682fb29cae0b7b34cdfbcf8c5a4810 (diff) | |
parent | 1aad7b025d0c1aa1cc456a1749c1032daa6d5095 (diff) |
Merge pull request #95 from mparisi20/split_nw4r_snd
Split snd_StrmSound, snd_Task, snd_TaskManager, and snd_TaskThread
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 1bd123e..201a0da 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -152,6 +152,10 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_StrmChannel.o \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_StrmFile.o \ $(BUILD_DIR)/asm/nw4r/snd/detail/snd_StrmPlayer.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_StrmSound.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_Task.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_TaskManager.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_TaskThread.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |