summaryrefslogtreecommitdiff
path: root/tools/ZAPD/ExporterTest/RoomExporter.h
blob: ee531dc87b9a6233350ce9bf02af8217d0e13975 (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, fs::path outPath, BinaryWriter* writer) override;
};