|
group2 0.1.0
CSE 125 Group 2
|
Implementation of the server-side game loop, tick logic, and player management. More...
#include "ServerGame.hpp"#include "ecs/components/CollisionShape.hpp"#include "ecs/components/InputSnapshot.hpp"#include "ecs/components/PlayerState.hpp"#include "ecs/components/Position.hpp"#include "ecs/components/Velocity.hpp"#include "ecs/physics/WorldData.hpp"#include "ecs/systems/CollisionSystem.hpp"#include "ecs/systems/MovementSystem.hpp"#include <SDL3/SDL.h>Implementation of the server-side game loop, tick logic, and player management.