mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-22 04:37:51 -05:00
Dump a few iw4 assets
This commit is contained in:
12
src/ObjWriting/Game/IW4/ZoneDumperIW4.h
Normal file
12
src/ObjWriting/Game/IW4/ZoneDumperIW4.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "Dumping/IZoneDumper.h"
|
||||
|
||||
namespace IW4
|
||||
{
|
||||
class ZoneDumper final : public IZoneDumper
|
||||
{
|
||||
public:
|
||||
bool CanHandleZone(Zone* zone) const override;
|
||||
bool DumpZone(Zone* zone, const std::string& basePath) const override;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user