1 2 3 4 5 6 7 8 9 10 11
#include "vec.h" enum { ADJ_NORTH, ADJ_EAST, ADJ_SOUTH, ADJ_WEST }; extern const struct vec2i adj[4]; extern char adj_c[4];