Initial commit

This commit is contained in:
/nick haya 2022-02-07 13:15:50 +08:00
commit 942586190d
115 changed files with 51984 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
.vscode/
build/
lib/x64/*.lib
lib/x64/*.a
lib/x64/*.dll
lib/x64/*.txt
lib/x86/*.lib
lib/x86/*.a
lib/x86/*.dll
lib/x86/*.txt
bin/*.exe
bin/*.dll