more event boilerplate
Some checks are pending
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousIntegration / linux (push) Successful in 22s

This commit is contained in:
2024-06-11 10:09:55 +02:00
parent 4295c6cc53
commit 70317ab4db
6 changed files with 141 additions and 8 deletions

View File

@@ -15,5 +15,13 @@ void FactorioLogParser::onFileEvent(const std::string& path, const filewatch::Ev
// on create, close open log file and reopen and skip to end
// on mod (?), read line, parse
dispatch(
FactorioLogParser_Event::join,
FactorioLog::Events::Join{
"Player"
}
);
}