diff options
| author | petrie911 <petrie911@yahoo.com> | 2024-03-10 19:26:21 -0500 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-03-10 19:48:02 -0600 |
| commit | 6ea4f0476628fb44f59e4fa3519bbd3b811cfb23 (patch) | |
| tree | fd65abacb757f795806313c5a7aa7c0672238c45 /src/Companion.cpp | |
| parent | 70800a914487440a7464ab826c4628f920ecc273 (diff) | |
how animated
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index b95566c..55da325 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -63,6 +63,9 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("MK64:TRACKSECTIONS", std::make_shared<MK64::TrackSectionsFactory>()); this->RegisterFactory("MK64:SPAWNDATA", std::make_shared<MK64::SpawnDataFactory>()); + // SF64 specific + this->RegisterFactory("ANIM", std::make_shared<AnimFactory>()); + this->Process(); } |
