Move config and save data to %APPDATA%

This commit is contained in:
Hyper
2024-10-21 15:34:03 +01:00
parent 5508b23f39
commit 2e9d49f17d
4 changed files with 29 additions and 11 deletions

View File

@@ -3,8 +3,10 @@
#define NOMINMAX
#include <windows.h>
#include <ShlObj_core.h>
#include <algorithm>
#include <mutex>
#include <filesystem>
#include <vector>
#include <string>
#include <cassert>