summaryrefslogtreecommitdiff
path: root/ExporterTest/TextureExporter.h
blob: f3922cac199227a5cbf4d33a658db5f3e9874e7e (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, const fs::path& outPath, BinaryWriter* writer) override;
};