Shared ECS registry type alias for the game engine.
entt::registry Registry
Shared ECS registry type alias.
Definition Registry.hpp:11
Client-only input sampling system — split into two halves so mouse look can run every iterate() (smoo...
Definition InputSampleSystem.hpp:21
bool handleWinCondition(Registry ®istry, int killsToWin)
Checks if any player has met win condition and updates their PlayerMatchStats accordingly.
Definition MatchSystem.cpp:12
void resetStats(Registry ®istry)
Resets all players' match scores to initial values.
Definition MatchSystem.cpp:25