diff options
author | Max <mparisi@stevens.edu> | 2020-09-28 22:06:18 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-28 22:06:18 -0400 |
commit | bf950d0a34a0287170b3a8cbd34fdfc4388f8b12 (patch) | |
tree | 2c49329e75fdaf11f427a4cbcbcfd3ebb2580bc9 /obj_files.mk | |
parent | 271899d7f02f732798b897f8c02d0c54f47166b9 (diff) |
split lyt_resourceAccessor.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 2fba76c..f4c6df3 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -177,6 +177,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/lyt/lyt_texMap.o \ $(BUILD_DIR)/asm/nw4r/lyt/lyt_drawInfo.o \ $(BUILD_DIR)/asm/nw4r/lyt/lyt_animation.o \ + $(BUILD_DIR)/asm/nw4r/lyt/lyt_resourceAccessor.o \ $(BUILD_DIR)/asm/text_11.o CTORS_O_FILES := \ |