summaryrefslogtreecommitdiff
path: root/src/user/raleigh/util.cpp
blob: 958897ba9475ef3f59e62a63d6ef4e4f95b57100 (plain) (blame)
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) {}