add changeable config path

This commit is contained in:
2024-12-16 11:09:38 +08:00
parent 6d8ffb46ef
commit 11556a1332
37 changed files with 134 additions and 63 deletions

4
util/env.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
#include <windows.h>
const wchar_t* get_config_path();