mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
ma2d1 support
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
#include "factories/fzerox/GhostRecordFactory.h"
|
||||
#endif
|
||||
|
||||
#ifdef MARIO_ARTIST_SUPPORT
|
||||
#include "factories/mario_artist/MA2D1Factory.h"
|
||||
#endif
|
||||
|
||||
#ifdef NAUDIO_SUPPORT
|
||||
#include "factories/naudio/v0/AudioHeaderFactory.h"
|
||||
#include "factories/naudio/v0/BankFactory.h"
|
||||
@@ -169,6 +173,10 @@ void Companion::Init(const ExportType type) {
|
||||
this->RegisterFactory("FZX:GHOST", std::make_shared<FZX::GhostRecordFactory>());
|
||||
#endif
|
||||
|
||||
#ifdef MARIO_ARTIST_SUPPORT
|
||||
this->RegisterFactory("MA:MA2D1", std::make_shared<MA::MA2D1Factory>());
|
||||
#endif
|
||||
|
||||
#ifdef NAUDIO_SUPPORT
|
||||
this->RegisterFactory("NAUDIO:V0:AUDIO_HEADER", std::make_shared<AudioHeaderFactory>());
|
||||
this->RegisterFactory("NAUDIO:V0:SEQUENCE", std::make_shared<SequenceFactory>());
|
||||
|
||||
Reference in New Issue
Block a user