+ | Basic camera but glitched for now

This commit is contained in:
TheRedShip
2024-12-21 21:17:35 +01:00
parent d92b2ca913
commit df44327436
10 changed files with 93 additions and 25 deletions

14
.vscode/settings.json vendored
View File

@ -58,6 +58,18 @@
"format": "cpp",
"functional": "cpp",
"sstream": "cpp",
"variant": "cpp"
"variant": "cpp",
"charconv": "cpp",
"cstdarg": "cpp",
"cwctype": "cpp",
"map": "cpp",
"set": "cpp",
"algorithm": "cpp",
"numeric": "cpp",
"random": "cpp",
"ratio": "cpp",
"iomanip": "cpp",
"numbers": "cpp",
"cinttypes": "cpp"
}
}