Parallel event processing

This commit is contained in:
2023-04-24 20:04:31 -07:00
parent d105f9e4ab
commit 87d12982d1
13 changed files with 243 additions and 78 deletions

View File

@ -6,7 +6,10 @@
# Sources
target_sources(vnscenetool
PRIVATE
VNSceneEventsParser.cpp
VNPositionEventParser.cpp
VNTextEventParser.cpp
VNSetEventParser.cpp
VNWaitEventParser.cpp
VNParallelEventParser.cpp
)