Add choice and choice-set event parsing

This commit is contained in:
2023-04-25 20:33:13 -07:00
parent 556b731c0e
commit ce2ac8ba1c
11 changed files with 336 additions and 17 deletions

View File

@ -14,4 +14,6 @@ target_sources(vnscenetool
VNWaitEventParser.cpp
VNParallelEventParser.cpp
VNGoToMarkerEventParser.cpp
VNChoiceEventParser.cpp
VNChoiceSetEventParser.cpp
)