mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
68899c2e33
subrepo: subdir: "tools/ZAPD" merged: "a3363333d" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "a3363333d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
11 lines
No EOL
238 B
C++
11 lines
No EOL
238 B
C++
#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;
|
|
}; |