#include <cstddef>#include <functional>#include <string>#include <utility>#include "absl/status/status.h"#include "absl/strings/str_format.h"#include "app/editor/core/undo_action.h"#include "app/editor/sprite/zsprite.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::SpriteSnapshot |
| Snapshot of a custom ZSprite's editable state for undo/redo. More... | |
| class | yaze::editor::SpriteEditAction |
| Undoable action for edits to a custom ZSprite. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |