mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
spooky scary skeletons
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "storm/SWrapper.h"
|
||||
#include "utils/Decompressor.h"
|
||||
#include "factories/sf64/SkeletonFactory.h"
|
||||
#include "factories/sf64/AnimFactory.h"
|
||||
#include "factories/sm64/AnimationFactory.h"
|
||||
#include "factories/sm64/DialogFactory.h"
|
||||
@@ -68,6 +69,7 @@ void Companion::Init(const ExportType type) {
|
||||
|
||||
// SF64 specific
|
||||
this->RegisterFactory("SF64:ANIM", std::make_shared<SF64::AnimFactory>());
|
||||
this->RegisterFactory("SF64:SKELETON", std::make_shared<SF64::SkeletonFactory>());
|
||||
this->RegisterFactory("SF64:MESSAGE", std::make_shared<SF64::MessageFactory>());
|
||||
this->RegisterFactory("SF64:MSG_TABLE", std::make_shared<SF64::MessageLookupFactory>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user