summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-26 19:20:47 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-26 19:20:47 -0400
commit115fe1992e2c50fd108f7bc7cc31d7d2b1f5c6b8 (patch)
tree677098b566ba5beaac4b486943d6b8664d695315 /include/pso/forward.h
parent91a5937ef11f0503dde9d6f62e9d1f21e6f8a78f (diff)
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.
Diffstat (limited to 'include/pso/forward.h')
-rw-r--r--include/pso/forward.h5
1 files changed, 1 insertions, 4 deletions
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 <typename T, int num_entries, int num_pad_entries>
-class TMenuList;
-template <typename T>
-class TMenuListEntry;*/
+class TSocket;
class THeap;
class TObject;
class TMainTask;