Save/Load Works, User can add Save Slots now manually

This commit is contained in:
Simeon "Waldo" Wallrath 2024-02-18 22:09:11 +01:00
parent 59e03a404c
commit dcf9f74aff
11 changed files with 50 additions and 13 deletions

View file

@ -0,0 +1,28 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++.exe build active file",
"command": "C:\\Strawberry\\c\\bin\\g++.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}