summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
AgeCommit message (Collapse)Author
2023-02-28TTcpSocket: Start work on `TTcpSocket`mrb0nk500
I've done most of it, still have to do `test_connection()`, and `open()`.
2023-02-26TSocket: Start work on, and match most of `TSocket`mrb0nk500
Still need to implement, and match `resolve_domain()`, but it's a good starting point for decompiling the netcode.
2023-02-25TMenuList: Add `TMenuList`, and everything else that's needed to get itmrb0nk500
working I feel this is a good starting point for working on the protocol related code.
2023-02-04THeap: Add `THeap` classmrb0nk500
Some matching issues, but still a good start.
2023-01-29pso: Add `TMainTask`mrb0nk500
2023-01-29pso: add `forward.h`mrb0nk500