From 115fe1992e2c50fd108f7bc7cc31d7d2b1f5c6b8 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 26 Feb 2023 19:20:47 -0400 Subject: TSocket: Start work on, and match most of `TSocket` Still need to implement, and match `resolve_domain()`, but it's a good starting point for decompiling the netcode. --- include/pso/forward.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/pso/forward.h') diff --git a/include/pso/forward.h b/include/pso/forward.h index ec4d77a..165b9ad 100644 --- a/include/pso/forward.h +++ b/include/pso/forward.h @@ -1,10 +1,7 @@ #ifndef FORWARD_H #define FORWARD_H -/*template -class TMenuList; -template -class TMenuListEntry;*/ +class TSocket; class THeap; class TObject; class TMainTask; -- cgit v1.2.3-13-gbd6f