2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-29 07:41:53 +00:00

implement set block sequence

This commit is contained in:
Jan
2021-02-19 20:44:46 +01:00
parent 48e3738c05
commit 0cafabc44e
7 changed files with 48 additions and 7 deletions

View File

@ -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);
};

View File

@ -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);