directions.h 92 B

12345
  1. #define EAST 0
  2. #define WEST 1
  3. #define NORTH 2
  4. #define SOUTH 3