feat: Added automatic backups

This commit is contained in:
WerWolv
2023-12-11 11:42:33 +01:00
parent e6796d1458
commit 7a4358a5ec
10 changed files with 182 additions and 23 deletions

View File

@@ -53,6 +53,7 @@ namespace hex {
std::string m_windowTitle;
double m_lastStartFrameTime = 0;
double m_lastFrameTime = 0;
ImGuiExt::Texture m_logoTexture;