mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-14 22:30:12 -05:00
11 lines
237 B
C
11 lines
237 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "ZResource.h"
|
||
|
#include "ZCollision.h"
|
||
|
#include "Exporter.h"
|
||
|
|
||
|
class OTRExporter_Collision : public OTRExporter
|
||
|
{
|
||
|
public:
|
||
|
virtual void Save(ZResource* res, const fs::path& outPath, BinaryWriter* writer) override;
|
||
|
};
|