From 04a66e743b643ab0589dbef7e8d3531763013fe0 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sun, 10 Mar 2024 20:15:27 -0600 Subject: Registered msg factory --- src/Companion.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index c292660..cc273b7 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -28,6 +28,7 @@ #include #include #include +#include "factories/sf64/MessageFactory.h" using namespace std::chrono; namespace fs = std::filesystem; @@ -66,6 +67,7 @@ void Companion::Init(const ExportType type) { // SF64 specific this->RegisterFactory("SF64:ANIM", std::make_shared()); + this->RegisterFactory("SF64:MESSAGE", std::make_shared()); this->Process(); } -- cgit v1.2.3