Begin rewriting Player in C++

This commit is contained in:
Dark Steveneq
2025-10-16 19:21:35 +02:00
parent 1f821d58cc
commit 01a3775ac7
11 changed files with 184 additions and 3 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"files.associations": {
"flake.lock": "json",
"qobject": "cpp"
}
}