Refactor engine code

This commit is contained in:
ExilProductions
2025-04-23 17:16:52 +02:00
parent 5ccf861eaa
commit b3981b90e4
10 changed files with 148 additions and 70 deletions

16
.vscode/settings.json vendored
View File

@@ -63,6 +63,20 @@
"streambuf": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"variant": "cpp"
"variant": "cpp",
"csignal": "cpp",
"strstream": "cpp",
"bitset": "cpp",
"condition_variable": "cpp",
"unordered_set": "cpp",
"expected": "cpp",
"mutex": "cpp",
"ranges": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"typeindex": "cpp",
"valarray": "cpp"
}
}