separate out the log parsing, will throw events

This commit is contained in:
2024-06-11 09:45:52 +02:00
parent 06bd55c165
commit 4295c6cc53
6 changed files with 44 additions and 17 deletions

View File

@@ -5,6 +5,8 @@ project(solanaceae)
add_library(solanaceae_factorio
./log_parse.hpp
./log_parse.cpp
./factorio_log_parser.hpp
./factorio_log_parser.cpp
./factorio.hpp
./factorio.cpp
)