diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-12 12:48:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-12 12:48:46 +0100 |
commit | 664cfa76b05756cb5ee22cf9bfe463822aeae6a3 (patch) | |
tree | c74e8ac82d599082d0aef749201a47aa0b68c6e7 /src/wall-atlas.cpp | |
parent | d258f0a4dbc3ad3f0b47a50e8618099d041bd164 (diff) |
a
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r-- | src/wall-atlas.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index 94134523..96758983 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -90,6 +90,7 @@ auto wall_atlas::direction(size_t dir) const -> const Direction* uint8_t wall_atlas::direction_count() const { return (uint8_t)_dir_array.size(); } auto wall_atlas::raw_frame_array() const -> ArrayView<const Frame> { return _frame_array; } +auto wall_atlas::info() const -> const Info& { return _info; } StringView wall_atlas::name() const { return _info.name; } size_t wall_atlas::enum_to_index(enum rotation r) |