mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Starting to process events in state machine instance.
This commit is contained in:
committed by
Michael Reed
parent
2c06fad81f
commit
0c4e80da46
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user