2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 10:11:53 +00:00

Dump CommonStructuredDataDefSet instead of the game's internal structures

This commit is contained in:
Jan
2022-03-19 23:39:50 +01:00
parent c38367d55b
commit b2140260a4
11 changed files with 339 additions and 19 deletions

View File

@ -21,4 +21,6 @@ public:
CommonStructuredDataDef();
explicit CommonStructuredDataDef(int version);
size_t CalculateChecksum() const;
};