Ghost Testing

This commit is contained in:
inspectredc
2025-04-23 07:54:00 -06:00
committed by Lywx
parent 5c3ff9a401
commit dfaad4b3ea
4 changed files with 650 additions and 10 deletions
+2
View File
@@ -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