From 25e3c303b8f47785a0056077a66b7a77449ff827 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 25 Feb 2023 12:25:33 -0400 Subject: 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. --- obj_files.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'obj_files.mk') 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 \ -- cgit v1.2.3-13-gbd6f