summaryrefslogtreecommitdiff
path: root/include/pso/TPlySmth.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-03TPlySmth: Add `TPlySmth`mrb0nk500