mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Ghost Testing
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
|
||||
#ifdef FZERO_SUPPORT
|
||||
#include "factories/fzerox/CourseFactory.h"
|
||||
#include "factories/fzerox/GhostRecordFactory.h"
|
||||
#endif
|
||||
|
||||
#ifdef NAUDIO_SUPPORT
|
||||
@@ -165,6 +166,7 @@ void Companion::Init(const ExportType type) {
|
||||
|
||||
#ifdef FZERO_SUPPORT
|
||||
this->RegisterFactory("FZX:COURSE", std::make_shared<FZX::CourseFactory>());
|
||||
this->RegisterFactory("FZX:GHOST", std::make_shared<FZX::GhostRecordFactory>());
|
||||
#endif
|
||||
|
||||
#ifdef NAUDIO_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user