+ | Camera system

This commit is contained in:
TheRedShip
2024-12-21 20:45:56 +01:00
parent a006174ce5
commit 97fb7948f0
442 changed files with 67864 additions and 41 deletions

16
.vscode/settings.json vendored
View File

@ -44,6 +44,20 @@
"xtr1common": "cpp",
"xutility": "cpp",
"array": "cpp",
"vector": "cpp"
"vector": "cpp",
"deque": "cpp",
"string_view": "cpp",
"span": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"memory_resource": "cpp",
"optional": "cpp",
"format": "cpp",
"functional": "cpp",
"sstream": "cpp",
"variant": "cpp"
}
}