1#ifndef YAZE_APP_EDITOR_GFX_GROUP_EDITOR_H
2#define YAZE_APP_EDITOR_GFX_GROUP_EDITOR_H
4#include "absl/status/status.h"
A class to hold a shared pointer to a Rom object.
Manage graphics group configurations in a Rom.
void SetSelectedBlockset(uint8_t blockset)
void SetSelectedRoomset(uint8_t roomset)
void DrawSpritesetViewer(bool sheet_only=false)
void DrawBlocksetViewer(bool sheet_only=false)
gui::Canvas roomset_canvas_
uint8_t selected_blockset_
uint8_t selected_paletteset_
gfx::SnesPalette palette_
void SetSelectedSpriteset(uint8_t spriteset)
uint8_t selected_spriteset_
gui::Canvas spriteset_canvas_
gui::Canvas blockset_canvas_
uint8_t selected_roomset_
Represents a palette of colors for the Super Nintendo Entertainment System (SNES).
Represents a canvas for drawing and manipulating graphics.