Add remote history to EditorUndoRedoManager

This commit is contained in:
kobewi
2022-12-07 18:15:09 +01:00
parent 12ab5731ab
commit f764db1bdd
4 changed files with 43 additions and 3 deletions

View File

@ -41,6 +41,7 @@ class EditorUndoRedoManager : public RefCounted {
public:
enum SpecialHistory {
GLOBAL_HISTORY = 0,
REMOTE_HISTORY = -9,
INVALID_HISTORY = -99,
};