mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-03 15:27:25 +00:00
implement set block sequence
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
bool m_is_reusable;
|
||||
bool m_is_leaf;
|
||||
std::unique_ptr<IEvaluation> m_condition;
|
||||
FastFileBlock* m_fast_file_block;
|
||||
const FastFileBlock* m_fast_file_block;
|
||||
|
||||
MemberInformation(StructureInformation* parent, StructureInformation* type, Variable* member);
|
||||
};
|
||||
|
@@ -29,7 +29,7 @@ public:
|
||||
bool m_reference_from_non_default_normal_block_exists;
|
||||
|
||||
std::unique_ptr<CustomAction> m_post_load_action;
|
||||
FastFileBlock* m_block;
|
||||
const FastFileBlock* m_block;
|
||||
std::vector<MemberInformation*> m_name_chain;
|
||||
|
||||
explicit StructureInformation(DefinitionWithMembers* definition);
|
||||
|
Reference in New Issue
Block a user