MPGC/include/Client.h

10 lines
208 B
C
Raw Normal View History

2025-04-03 22:22:17 +00:00
#ifndef CLIENT_H
#define CLIENT_H
#include <string>
// Runs the client (with OpenGL rendering and network handling).
void runClient(const std::string& host, const std::string& portStr);
#endif // CLIENT_H