aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vec_s.h
blob: 0769e54903c417db76b878a76f25458ca4d5bfd8 (plain) (blame)
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];