#ifndef DEFINES_H_ #define DEFINES_H_ enum class Direction { NORTH = 1, SOUTH = 2, EAST = 3, WEST = 4 }; #endif