#pragma once #include "SWA.inl" namespace Hedgehog::Math { class CVector2 { public: be X; be Y; }; }