#pragma once #include struct Controller { virtual ~Controller() = default; virtual Vector2 direction() = 0; };