This commit is contained in:
2025-12-08 01:18:13 +05:30
commit 3ed23336e2
56 changed files with 7103 additions and 0 deletions

13
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"tasks": [
{
"label": "build",
"type": "shell",
"command": "python3 Tools/Builder/Build.py",
"group": {
"kind": "build",
"isDefault": true
}
}
],
}