mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-15 23:00:21 -05:00
13 lines
291 B
C
13 lines
291 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "ZResource.h"
|
||
|
#include "ZTexture.h"
|
||
|
#include "ZAnimation.h"
|
||
|
#include "Exporter.h"
|
||
|
#include <Utils/BinaryWriter.h>
|
||
|
|
||
|
class OTRExporter_Animation : public OTRExporter
|
||
|
{
|
||
|
public:
|
||
|
virtual void Save(ZResource* res, const fs::path& outPath, BinaryWriter* writer) override;
|
||
|
};
|