|
group2 0.1.0
CSE 125 Group 2
|
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>Go to the source code of this file.
Classes | |
| class | ServerGame |
| Top-level server game loop. More... | |
Top-level server game loop integrating ECS and networking.