summaryrefslogtreecommitdiff
path: root/ExporterTest/RoomExporter.h
blob: d8f7eae01893c281185837a286ed7b66d3138960 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "ZResource.h"
#include "ZRoom/ZRoom.h"

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