diff options
Diffstat (limited to 'backend/Location.h')
-rw-r--r-- | backend/Location.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Location.h b/backend/Location.h index 6068a99..f102728 100644 --- a/backend/Location.h +++ b/backend/Location.h @@ -11,6 +11,7 @@ enum Direction { SOUTH = 2, WEST = 3, }; +static constexpr const Direction DIRECTIONS[] = { NORTH, EAST, SOUTH, WEST }; class Location { public: |