Added IF Event Parsing

This commit is contained in:
2023-04-25 23:06:23 -07:00
parent ce2ac8ba1c
commit 60d4b53a33
10 changed files with 127 additions and 16 deletions

View File

@ -16,4 +16,5 @@ target_sources(vnscenetool
VNGoToMarkerEventParser.cpp
VNChoiceEventParser.cpp
VNChoiceSetEventParser.cpp
VNIfEventParser.cpp
)