changed device model from struct to class

This commit is contained in:
2020-05-01 22:18:01 +02:00
parent 3547369a49
commit 9482030fc2
6 changed files with 99 additions and 48 deletions

View File

@ -4,5 +4,9 @@
"path": "."
}
],
"settings": {}
"settings": {
"files.associations": {
"iostream": "cpp"
}
}
}