Cleanup 1/2

This commit is contained in:
Isuru Samarathunga
2025-11-04 23:52:02 +05:30
parent 2de8634184
commit 7d6e8ef695
25 changed files with 57269 additions and 37 deletions

2
.vscode/launch.json vendored
View File

@ -12,7 +12,7 @@
"stopAtEntry": false,
"environment": [],
"console": "integratedTerminal",
"program": "${workspaceFolder}/Build/Windows/bin/IAERPG.exe",
"program": "${workspaceFolder}/Build/Windows/bin/IAE_Editor.exe",
"cwd": "${workspaceFolder}/Samples/RPG",
"preLaunchTask": "build",
}