summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-25 12:25:33 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-25 12:25:33 -0400
commit25e3c303b8f47785a0056077a66b7a77449ff827 (patch)
treef19aedf782acf4c78c238e26f735e6f7b89163a9 /obj_files.mk
parente4af5aabc6b9b70b514e8c124dd766aa44dcab7a (diff)
TMenuList: Add `TMenuList`, and everything else that's needed to get it
working I feel this is a good starting point for working on the protocol related code.
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 8632b6c..d76a0e5 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -1,5 +1,7 @@
O_FILES := $(BUILD_DIR)/src/main.o \
+ $(BUILD_DIR)/src/pso/TPlyGuildCardTag.o \
$(BUILD_DIR)/src/pso/THeap.o \
+ $(BUILD_DIR)/src/pso/protocol.o \
$(BUILD_DIR)/src/pso/TMainTask.o \
$(BUILD_DIR)/src/pso/TObject.o \
$(BUILD_DIR)/src/pso/TObject2.o \