summaryrefslogtreecommitdiff
path: root/src/Companion.cpp
diff options
context:
space:
mode:
authorinspectredc <inspectredc@gmail.com>2025-04-03 16:39:23 +0100
committerLywx <kiritodev01@gmail.com>2025-04-23 07:54:00 -0600
commitdfaad4b3eac5c532b4dea999c484d5f43689bcae (patch)
tree0bfc98955acc8922032ae73e1590f80cc803ce20 /src/Companion.cpp
parent5c3ff9a40132d3d98211b2d37ad4cb7b6e208bd2 (diff)
Ghost Testing
Diffstat (limited to 'src/Companion.cpp')
-rw-r--r--src/Companion.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp
index a70f715..1864236 100644
--- a/src/Companion.cpp
+++ b/src/Companion.cpp
@@ -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