group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ServerGame.hpp File Reference

Top-level server game loop integrating ECS and networking. More...

#include "ecs/components/ClientId.hpp"
#include "ecs/registry/Registry.hpp"
#include "network/Server.hpp"
#include "systems/MatchController.hpp"
#include <SDL3/SDL.h>
#include <entt/entity/entity.hpp>
#include <unordered_map>
Include dependency graph for ServerGame.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServerGame
 Top-level server game loop. More...
 

Detailed Description

Top-level server game loop integrating ECS and networking.