This commit is contained in:
2026-05-07 00:19:53 -04:00
parent a1bdbeba1c
commit 5c746d99c2
12 changed files with 51 additions and 69 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace anm2ed::imgui
Welcome welcome;
public:
void tick(Manager&, Settings&);
void tick(Manager&, Settings&, float);
void update(Taskbar&, Documents&, Manager&, Settings&, Resources&, Dialog&, Clipboard&);
};
}