group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Server.cpp File Reference

Implementation of the TCP game server. More...

#include "Server.hpp"
#include "ecs/components/AnimSnapshot.hpp"
#include "ecs/components/ClientId.hpp"
#include "ecs/components/InputSnapshot.hpp"
#include "network/MatchStatus.hpp"
#include "network/PacketType.hpp"
#include "network/RegistrySerialization.hpp"
#include "network/transport/PacketHeader.hpp"
#include "perf/Parallel.hpp"
#include "perf/Profiler.hpp"
#include "systems/EventQueue.hpp"
#include <SDL3/SDL.h>
#include <SDL3_net/SDL_net.h>
#include <cstring>
#include <entt/entity/entity.hpp>
#include <memory>
#include <random>
#include <utility>
Include dependency graph for Server.cpp:

Detailed Description

Implementation of the TCP game server.