Added flag to work as a library

This commit is contained in:
KiritoDv
2023-09-24 15:59:09 -06:00
parent bc291abe50
commit a4f96f6cab
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -97,6 +97,7 @@ void Companion::Process() {
LUS::BinaryWriter write = LUS::BinaryWriter();
RawFactory* factory = this->GetFactory(type);
factory->SetCartridge(cartridge);
spdlog::set_pattern(regular);
SPDLOG_INFO("------------------------------------------------");