2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 14:21:49 +00:00

create enum definitions from headers

This commit is contained in:
Jan
2021-02-18 17:15:46 +01:00
parent 3c1599c1a0
commit 5d5fc86923
34 changed files with 350 additions and 163 deletions

View File

@ -4,8 +4,8 @@
class UnionDefinition final : public DefinitionWithMembers
{
protected:
void CalculateSize() override;
//protected:
// void CalculateSize() override;
public:
UnionDefinition(std::string _namespace, std::string name, int pack);