mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
actually add factory
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "factories/AudioHeaderFactory.h"
|
||||
#include "factories/SampleFactory.h"
|
||||
#include "factories/SequenceFactory.h"
|
||||
#include "factories/GenericArrayFactory.h"
|
||||
#include "factories/VtxFactory.h"
|
||||
#include "factories/MtxFactory.h"
|
||||
#include "factories/FloatFactory.h"
|
||||
@@ -78,6 +79,7 @@ void Companion::Init(const ExportType type) {
|
||||
this->RegisterFactory("BANK", std::make_shared<BankFactory>());
|
||||
this->RegisterFactory("VEC3F", std::make_shared<Vec3fFactory>());
|
||||
this->RegisterFactory("VEC3S", std::make_shared<Vec3sFactory>());
|
||||
this->RegisterFactory("ARRAY", std::make_shared<GenericArrayFactory>());
|
||||
|
||||
// SM64 specific
|
||||
this->RegisterFactory("SM64:DIALOG", std::make_shared<SM64::DialogFactory>());
|
||||
|
||||
Reference in New Issue
Block a user