Add files

This commit is contained in:
2025-03-11 12:47:55 +08:00
commit 34f6759532
63 changed files with 23666 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Jeweha Chinese Patch
## How to Compile
```powershell
md build && cd build
cmake -A Win32 ../
cmake --build . --config Release
```