add gfx_sheets and mutable_gfx_sheets to Rom

This commit is contained in:
scawful
2024-08-06 21:34:31 -04:00
parent e2fe4bf6b8
commit 5e2b10e6f4

View File

@@ -433,6 +433,9 @@ class Rom : public core::ExperimentFlags {
auto link_graphics() { return link_graphics_; }
auto mutable_link_graphics() { return &link_graphics_; }
auto gfx_sheets() { return graphics_sheets_; }
auto mutable_gfx_sheets() { return &graphics_sheets_; }
auto title() const { return title_; }
auto size() const { return size_; }
auto begin() { return rom_data_.begin(); }