summaryrefslogtreecommitdiff
path: root/include/pso/TProtocol.h
AgeCommit message (Collapse)Author
2023-03-04TProtocol: Match ctormrb0nk500
The reason for the large change is because I was trying to figure out why `TTcpSocket`'s ctor was so disjointed from the rest of the functions. Turns out, it's inlined, and inlining was turned off. Most likely, the whole codebase has inlining turned off. oof, press f `TArray`.
2023-03-03TProtocol: Get `TProtocol` to the point of buildingmrb0nk500
I'll actually start work on it tomorrow.
2023-03-03TProtocol: Start work on `TProtocol`'s header filemrb0nk500
Still need to add the rest of the classes, and structs that're used, as well as the functions for all of these, but it's a start.