diff options
| author | inspectredc <inspectredc@gmail.com> | 2025-04-03 16:39:23 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-04-23 07:54:00 -0600 |
| commit | dfaad4b3eac5c532b4dea999c484d5f43689bcae (patch) | |
| tree | 0bfc98955acc8922032ae73e1590f80cc803ce20 /src/Companion.cpp | |
| parent | 5c3ff9a40132d3d98211b2d37ad4cb7b6e208bd2 (diff) | |
Ghost Testing
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
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 |
