Statusbars for stront tamagotchi game

This commit is contained in:
2025-05-23 13:54:12 +02:00
commit dbc6e8c548
2 changed files with 151 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}