summaryrefslogtreecommitdiff
path: root/src/pso/PSOV3Encryption.cpp
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-08 16:48:05 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-09 17:57:54 -0400
commitb80218a8c1fafb174e3f05c0b51c61005531bf05 (patch)
tree7c6ce21667497eee1006920ed7547ee032af0377 /src/pso/PSOV3Encryption.cpp
parentc194e33e98492bbd0384f2a6b9a533bcfb57701d (diff)
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.
Diffstat (limited to 'src/pso/PSOV3Encryption.cpp')
-rw-r--r--src/pso/PSOV3Encryption.cpp1
1 files changed, 0 insertions, 1 deletions
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 <string.h>
#include "pso/macros.h"
#include "pso/PSOV3Encryption.h"
-#include "pso/TArray.h"
u32 PSOV3Encryption::next() {
if (++m_buffer_start == m_buffer_end) {