mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-01 17:17:55 -05:00
Save offset for reusing for any type that has a reusable reference
This commit is contained in:
@ -9,6 +9,7 @@ StructureInformation::StructureInformation(DefinitionWithMembers* definition)
|
||||
m_array_pointer_reference_exists(false),
|
||||
m_array_reference_exists(false),
|
||||
m_reference_from_non_default_normal_block_exists(false),
|
||||
m_reusable_reference_exists(false),
|
||||
m_post_load_action(nullptr),
|
||||
m_block(nullptr)
|
||||
{
|
||||
|
@ -24,6 +24,7 @@ public:
|
||||
bool m_array_pointer_reference_exists;
|
||||
bool m_array_reference_exists;
|
||||
bool m_reference_from_non_default_normal_block_exists;
|
||||
bool m_reusable_reference_exists;
|
||||
|
||||
std::unique_ptr<CustomAction> m_post_load_action;
|
||||
const FastFileBlock* m_block;
|
||||
|
Reference in New Issue
Block a user