|
group2 0.1.0
CSE 125 Group 2
|
TCP client for connecting to the game server. More...
#include "ecs/components/InputSnapshot.hpp"#include "ecs/registry/Registry.hpp"#include "network/MessageStream.hpp"#include "network/RegistrySerialization.hpp"#include <SDL3/SDL_stdinc.h>#include <SDL3_net/SDL_net.h>#include <entt/entt.hpp>#include <optional>Go to the source code of this file.
Classes | |
| struct | NetworkStats |
| Live network statistics updated each frame. More... | |
| class | Client |
| TCP stream client — sends input to the server and receives state updates. More... | |
TCP client for connecting to the game server.