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:
@ -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)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user