mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 23:15:11 -05:00
77987a42cf
* Bump LUS * Ship -> LUS namespace change * z_scene_otr Ship -> LUS namespace
14 lines
394 B
C++
14 lines
394 B
C++
#pragma once
|
|
#include "ZResource.h"
|
|
#include "ZArray.h"
|
|
#include "stdint.h"
|
|
//#include "OTRExporter.h"
|
|
#include <Utils/BinaryWriter.h>
|
|
#include <libultraship/bridge.h>
|
|
#include "VersionInfo.h"
|
|
|
|
class OTRExporter : public ZResourceExporter
|
|
{
|
|
protected:
|
|
static void WriteHeader(ZResource* res, const fs::path& outPath, BinaryWriter* writer, LUS::ResourceType resType, int32_t resVersion = 0);
|
|
}; |