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