summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-28 16:46:41 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-28 16:46:41 -0400
commitb1d5ff8898c1cca680842848586251c6f64b6932 (patch)
tree6277c47ec9238c4ba73bbfa3a3bb44375dc8bd2c /include/pso/forward.h
parent707b3cefe5df770944ce6956c2ceaa194b96f111 (diff)
TTcpSocket: Start work on `TTcpSocket`
I've done most of it, still have to do `test_connection()`, and `open()`.
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 165b9ad..1bc71cf 100644
--- a/include/pso/forward.h
+++ b/include/pso/forward.h
@@ -1,6 +1,8 @@
#ifndef FORWARD_H
#define FORWARD_H
+class TTcpSocket;
+class PSOV3EncryptionTCP;
class TSocket;
class THeap;
class TObject;