mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Make unlinker open a gdt file if not raw specified
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
#include "AssetDumpingContext.h"
|
||||
|
||||
AssetDumpingContext::AssetDumpingContext()
|
||||
: m_zone(nullptr)
|
||||
{
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Obj/Gdt/GdtStream.h"
|
||||
#include "Zone/Zone.h"
|
||||
|
||||
class AssetDumpingContext
|
||||
@ -9,4 +10,7 @@ class AssetDumpingContext
|
||||
public:
|
||||
Zone* m_zone;
|
||||
std::string m_base_path;
|
||||
std::unique_ptr<GdtOutputStream> m_gdt;
|
||||
|
||||
AssetDumpingContext();
|
||||
};
|
||||
|
Reference in New Issue
Block a user