summaryrefslogtreecommitdiff
path: root/network.h
AgeCommit message (Collapse)Author
2021-06-13Changed the order of the struct definitions inmrb0nk500
`network.h`. It wouldn't compile due to them not being defined eariler, and I don't want to do prototyping.
2021-06-12Start work on the networking code.mrb0nk500