OpenAssetTools/src/ObjLoading/StructuredDataDef/Parsing/StructuredDataDefParserState.cpp

12 lines
266 B
C++

#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)
{
}