#pragma once class EntityAdmin; class MovementIntentSystem { public: void tick(EntityAdmin& admin); };