#pragma once struct Vec2 { int x, y; }; struct FVec2 { float x, y; };