#ifndef CLIENT_H #define CLIENT_H #include // Runs the client (with OpenGL rendering and network handling). void runClient(const std::string& host, const std::string& portStr); #endif // CLIENT_H