Add read/write cycles

This commit is contained in:
Robert 2023-07-02 18:32:14 +02:00
parent e227933b53
commit 90fbb5109c
5 changed files with 46 additions and 0 deletions

View file

@ -40,6 +40,8 @@ int main(int argc, char** argv) {
dev1->Connect(dev2);
network.Cycle();
bool shouldClose = false;
SDL_Event event;