summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-03 15:05:24 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-03 15:05:24 -0400
commit232dd530a98b7d633bc46a3b8066fb8305c1c2e0 (patch)
tree781c15ab7da562367d44931df7db8504b9ecb2fb /include/pso/forward.h
parentfd25a2530d126fb51c80c594244f856b46430335 (diff)
TProtocol: Start work on `TProtocol`'s header file
Still need to add the rest of the classes, and structs that're used, as well as the functions for all of these, but it's a start.
Diffstat (limited to 'include/pso/forward.h')
-rw-r--r--include/pso/forward.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pso/forward.h b/include/pso/forward.h
index 1bc71cf..67b0b2a 100644
--- a/include/pso/forward.h
+++ b/include/pso/forward.h
@@ -8,6 +8,8 @@ class THeap;
class TObject;
class TMainTask;
class TPlyGuildCardTag;
+class TProtocol;
+struct packet;
struct packet_header;
#endif