simple regex and test

This commit is contained in:
2024-06-10 21:37:31 +02:00
parent bf91297e83
commit 3792fe5b1e
9 changed files with 83 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
#include <solanaceae/message3/components.hpp>
#include <solanaceae/contact/components.hpp>
#include "./log_parse.hpp"
Factorio::Factorio(Contact3Registry& cr, RegistryMessageModel& rmm) : _cr(cr), _rmm(rmm) {
_rmm.subscribe(this, RegistryMessageModel_Event::message_construct);
}