fixed crash

This commit is contained in:
Seth Samuel 2024-12-09 16:26:21 +13:00
parent 2a57da02a9
commit c172b4e1ef
8 changed files with 19 additions and 4 deletions

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

@ -0,0 +1,6 @@
{
"files.associations": {
"iostream": "cpp",
"*.tcc": "cpp"
}
}