1#ifndef YAZE_ZELDA3_DUNGEON_MOVING_WALL_SEMANTICS_H_
2#define YAZE_ZELDA3_DUNGEON_MOVING_WALL_SEMANTICS_H_
12inline constexpr std::array<int, 4>
kDirections = {5, 7, 11, 15};
constexpr int DirectionForSize(int size)
constexpr std::array< int, 4 > kObjectCounts
constexpr std::array< int, 4 > kDirections
constexpr int ObjectCountForSize(int size)