summaryrefslogtreecommitdiff
path: root/tools/ZAPD/ExporterTest/TextureExporter.h
blob: 41c4e79be229e701c6256f080099844ff1f9b9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "Utils/BinaryWriter.h"
#include "ZResource.h"
#include "ZTexture.h"

class ExporterExample_Texture : public ZResourceExporter
{
public:
	void Save(ZResource* res, fs::path outPath, BinaryWriter* writer) override;
};