#include "vec_s.h" const struct vec2i adj[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 }, }; char adj_c[4] = { 'N', 'E', 'S', 'W' };