From 232dd530a98b7d633bc46a3b8066fb8305c1c2e0 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 3 Mar 2023 15:05:24 -0400 Subject: 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. --- include/pso/forward.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pso/forward.h') 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 -- cgit v1.2.3-13-gbd6f