From 25e3c303b8f47785a0056077a66b7a77449ff827 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 25 Feb 2023 12:25:33 -0400 Subject: TMenuList: Add `TMenuList`, and everything else that's needed to get it working I feel this is a good starting point for working on the protocol related code. --- include/pso/forward.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/pso/forward.h') diff --git a/include/pso/forward.h b/include/pso/forward.h index 6c97f81..ec4d77a 100644 --- a/include/pso/forward.h +++ b/include/pso/forward.h @@ -1,8 +1,14 @@ #ifndef FORWARD_H #define FORWARD_H +/*template +class TMenuList; +template +class TMenuListEntry;*/ class THeap; class TObject; class TMainTask; +class TPlyGuildCardTag; +struct packet_header; #endif -- cgit v1.2.3-13-gbd6f