mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-22 05:31:54 -05:00
11 lines
252 B
C
11 lines
252 B
C
![]() |
#include "ZResource.h"
|
||
|
#include "ZMtx.h"
|
||
|
#include "Exporter.h"
|
||
|
#include <Utils/BinaryWriter.h>
|
||
|
|
||
|
class OTRExporter_MtxExporter : public OTRExporter
|
||
|
{
|
||
|
public:
|
||
|
virtual void Save(ZResource* res, const fs::path& outPath, BinaryWriter* writer) override;
|
||
|
};
|