nice refactors, now way cleaner to work with!

This commit is contained in:
2026-04-07 17:20:42 +02:00
parent 966c15cffb
commit bdc58f5b48
17 changed files with 61 additions and 31 deletions

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

@@ -0,0 +1,9 @@
{
"makefile.launchConfigurations": [
{
"cwd": "/home/sebastian/Documents/e36",
"binaryPath": "/home/sebastian/Documents/e36/e36",
"binaryArgs": []
}
]
}