summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-03 20:17:58 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-03 20:17:58 -0400
commit1892a429d2b635b369684676f0528a3320f95cc2 (patch)
tree91abd41e59cb9539b131f0c9c0f93fe29200facb /obj_files.mk
parentd5e4df6806b4e9f66a7424452ad3cdaf5c24126e (diff)
TProtocol: Get `TProtocol` to the point of building
I'll actually start work on it tomorrow.
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 48bd54d..c8fb0f1 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -9,6 +9,7 @@ O_FILES := $(BUILD_DIR)/src/main.o \
$(BUILD_DIR)/src/pso/TObject.o \
$(BUILD_DIR)/src/pso/TObject2.o \
$(BUILD_DIR)/src/pso/PSOV3Encryption.o \
+ $(BUILD_DIR)/src/pso/TProtocol.o \
$(BUILD_DIR)/src/Dolphin/PPCArch.o \
$(BUILD_DIR)/src/Dolphin/db.o \
$(BUILD_DIR)/src/Dolphin/os/OS.o \