mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-06 08:47:26 +00:00
Add AssetDumperContext to bundle context fields for dumping
(cherry picked from commit ed8331280392ef3a2b4657c5dbd0880463d85f2c)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
#include <string>
|
||||
#include "Dumping/AssetDumpingContext.h"
|
||||
|
||||
class ObjWriting
|
||||
{
|
||||
@@ -20,5 +19,5 @@ public:
|
||||
|
||||
} Configuration;
|
||||
|
||||
static bool DumpZone(Zone* zone, const std::string& basePath);
|
||||
static bool DumpZone(AssetDumpingContext& context);
|
||||
};
|
||||
|
Reference in New Issue
Block a user