From 595f7512d49b582e9ef2c4d082aa775d2ae600f4 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sun, 10 Mar 2024 21:22:26 -0600 Subject: Fixed message and lookup factories --- 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 cc273b7..f9cfa8d 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -29,6 +29,7 @@ #include #include #include "factories/sf64/MessageFactory.h" +#include "factories/sf64/MessageLookupFactory.h" using namespace std::chrono; namespace fs = std::filesystem; @@ -68,6 +69,7 @@ void Companion::Init(const ExportType type) { // SF64 specific this->RegisterFactory("SF64:ANIM", std::make_shared()); this->RegisterFactory("SF64:MESSAGE", std::make_shared()); + this->RegisterFactory("SF64:MSG_TABLE", std::make_shared()); this->Process(); } -- cgit v1.2.3