#pragma once #ifdef GAME_MM #include "ZResource.h" #include "ZTextureAnimation.h" #include "Exporter.h" #include class OTRExporter_TextureAnimation : public OTRExporter { public: virtual void Save(ZResource* res, const fs::path& outPath, BinaryWriter* writer) override; }; #endif