UndoStack struct

Serializable stack for undoable actions.

Contents

This is used for both undo and redo.

Public variables

Stack* stack
Actual stack used at runtime.