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

Top-level ECS systems namespace with placeholder update function. More...

Include dependency graph for Systems.hpp:

Go to the source code of this file.

Namespaces

namespace  systems
 Client-only input sampling system — split into two halves so mouse look can run every iterate() (smooth camera at any FPS) while movement keys run once per physics tick group (server-consistent).

Functions

void systems::update (Registry &registry, float dt)
 Placeholder system — replace with real logic.

Detailed Description

Top-level ECS systems namespace with placeholder update function.