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