mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-28 15:27:47 +00:00
Add AssetDumperContext to bundle context fields for dumping
(cherry picked from commit ed8331280392ef3a2b4657c5dbd0880463d85f2c)
This commit is contained in:
12
src/ObjWriting/Dumping/AssetDumpingContext.h
Normal file
12
src/ObjWriting/Dumping/AssetDumpingContext.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
|
||||
class AssetDumpingContext
|
||||
{
|
||||
public:
|
||||
Zone* m_zone;
|
||||
std::string m_base_path;
|
||||
};
|
||||
Reference in New Issue
Block a user