summaryrefslogtreecommitdiff
path: root/network.h
AgeCommit message (Collapse)Author
2021-06-13Make the `data` member of `cmd` a flexable arraymrb0nk500
member. This is to make it easier to send the packet, due to not having to create an extra buffer before sending the packet.
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