#include <cstddef>#include <cstdint>#include <string>#include <utility>#include <vector>#include "absl/status/status.h"#include "absl/strings/str_format.h"#include "app/editor/core/undo_action.h"#include "app/gfx/resource/arena.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::GraphicsPixelEditAction |
| Undoable action for pixel edits on a graphics sheet. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |