diff options
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 41d5a65..88f8542 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -13,6 +13,7 @@ #include "factories/sm64/SAnimFactory.h" #include "factories/sm64/STextFactory.h" #include "factories/sm64/SDialogFactory.h" +#include "factories/sm64/SDictionaryFactory.h" #include "spdlog/spdlog.h" #include <chrono> @@ -40,6 +41,7 @@ void Companion::Init() { this->RegisterFactory("SM64:DIALOG", new SDialogFactory()); this->RegisterFactory("SM64:ANIM", new SAnimFactory()); this->RegisterFactory("SM64:TEXT", new STextFactory()); + this->RegisterFactory("SM64:DICTIONARY", new SDictionaryFactory()); // Debug this->RegisterFactory("MIO0", new MIO0Factory()); |
