#include <cstddef>#include <deque>#include <memory>#include <string>#include "absl/status/status.h"#include "app/editor/core/undo_action.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::UndoManager |
| Manages undo/redo stacks for a single editor. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |