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