summaryrefslogtreecommitdiff
path: root/OTRExporter/BackgroundExporter.h
blob: 753254022340e3a72c2483942e9732ae60162d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "ZResource.h"
#include "ZBackground.h"
#include <Utils/BinaryWriter.h>

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