Starting to process events in state machine instance.

This commit is contained in:
Luigi Rosso
2022-04-15 09:23:16 -07:00
committed by Michael Reed
parent 2c06fad81f
commit 0c4e80da46

10
.vscode/settings.json vendored
View File

@@ -93,7 +93,15 @@
"valarray": "cpp",
"variant": "cpp",
"vector": "cpp",
"*.ipp": "cpp"
"*.ipp": "cpp",
"*.inc": "cpp",
"__bits": "cpp",
"cfenv": "cpp",
"compare": "cpp",
"concepts": "cpp",
"scoped_allocator": "cpp",
"span": "cpp",
"typeindex": "cpp"
},
"git.ignoreLimitWarning": true
}