#include "vec.h" enum { ADJ_NORTH, ADJ_EAST, ADJ_SOUTH, ADJ_WEST }; extern const struct vec2i adj[4]; extern char adj_c[4];