From 4b72a6c401612ea0e74a4a7aaa1bc1848951b786 Mon Sep 17 00:00:00 2001 From: inspectredc Date: Thu, 25 Apr 2024 22:52:09 +0100 Subject: WaterDroplet Factory --- src/Companion.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index aed016d..136c536 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -42,6 +42,7 @@ #include "factories/sm64/MovtexQuadFactory.h" #include "factories/sm64/PaintingMapFactory.h" #include "factories/sm64/TrajectoryFactory.h" +#include "factories/sm64/WaterDropletFactory.h" #include "factories/mk64/CourseVtx.h" #include "factories/mk64/Waypoints.h" @@ -107,6 +108,7 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("SM64:MOVTEX", std::make_shared()); this->RegisterFactory("SM64:PAINTING_MAP", std::make_shared()); this->RegisterFactory("SM64:TRAJECTORY", std::make_shared()); + this->RegisterFactory("SM64:WATER_DROPLET", std::make_shared()); // MK64 specific this->RegisterFactory("MK64:COURSE_VTX", std::make_shared()); -- cgit v1.2.3