From b80218a8c1fafb174e3f05c0b51c61005531bf05 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 8 Mar 2023 16:48:05 -0400 Subject: TProtocol: Start work on `handle_command()`, and the command handlers Hopefully, we can make some good progress. Also, oof, I didn't realize that what I thought were `operator=()`, or a manual `assign()` function, was actually a copy ctor. --- src/pso/PSOV3Encryption.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pso/PSOV3Encryption.cpp') diff --git a/src/pso/PSOV3Encryption.cpp b/src/pso/PSOV3Encryption.cpp index 867c864..40d80e1 100644 --- a/src/pso/PSOV3Encryption.cpp +++ b/src/pso/PSOV3Encryption.cpp @@ -2,7 +2,6 @@ #include #include "pso/macros.h" #include "pso/PSOV3Encryption.h" -#include "pso/TArray.h" u32 PSOV3Encryption::next() { if (++m_buffer_start == m_buffer_end) { -- cgit v1.2.3-13-gbd6f