refactor: add a dialog for choosing export encoding

This commit is contained in:
2024-08-03 17:11:34 +08:00
parent 4ee11c29c9
commit f179907a3a
13 changed files with 602 additions and 42 deletions

7
shared/GenericHelper.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "GenericHelper.hpp"
namespace VSW {
}