1 2 3 4 5 6
#include <raleigh/util.h> coord::coord(uint32_t x, uint32_t y) : x(x), y(y) {} coord::coord() : x(0), y(0) {}