2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-05 02:31:55 +00:00

Move StructuredDataDef Parsing to new package

This commit is contained in:
Jan
2022-03-21 10:30:54 +01:00
parent 833b158a64
commit 93fea39ddd
15 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,11 @@
#include "StructuredDataDefParserState.h"
using namespace sdd;
StructuredDataDefParserState::StructuredDataDefParserState()
: m_current_def(nullptr),
m_current_enum(nullptr),
m_current_struct(nullptr),
m_current_struct_offset_in_bits(0u)
{
}