autosave_restore moved out of welcome in case of loading from file

This commit is contained in:
2026-05-11 17:29:52 -04:00
parent d08f3d2231
commit b345c27a87
9 changed files with 79 additions and 56 deletions
+2
View File
@@ -1,5 +1,6 @@
#pragma once
#include "autosave_restore.hpp"
#include "documents.hpp"
#include "taskbar.hpp"
#include "window/animation_preview.hpp"
@@ -35,6 +36,7 @@ namespace anm2ed::imgui
Timeline timeline;
Tools tools;
Welcome welcome;
AutosaveRestore autosaveRestore;
public:
void tick(Manager&, Settings&, float);