]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/level_editor/undo_history.h
Remove Lt from LevelEditor
[nothing.git] / src / game / level / level_editor / undo_history.h
index e5af7ccbefd655566bf38133f085426640bf0a2d..061d55e9ec9da5676ececfa344f3136eadb8c099 100644 (file)
@@ -23,6 +23,8 @@ void undo_history_push(UndoHistory *undo_history,
                        size_t context_data_size);
 void undo_history_pop(UndoHistory *undo_history);
 
+void undo_history_clean(UndoHistory *undo_history);
+
 static inline
 int undo_history_empty(UndoHistory *undo_history)
 {