#include coord::coord(uint32_t x, uint32_t y) : x(x), y(y) {} coord::coord() : x(0), y(0) {}