This commit is contained in:
2025-06-29 00:53:26 -04:00
parent 9083a25a2b
commit e4f6da650e
6 changed files with 19 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ struct State
Resources resources;
Settings settings;
Tool tool;
UndoStack undoStack;
Snapshots snapshots;
bool isArgument = false;
bool isRunning = true;
char argument[PATH_MAX] = STRING_EMPTY;