mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 16:28:31 -05:00
Add initial draft of structured data def parser to parse enums only for now
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
#include "StructuredDataDefParserState.h"
|
||||
|
||||
using namespace sdd;
|
||||
|
||||
StructuredDataDefParserState::StructuredDataDefParserState()
|
||||
: m_current_def(nullptr),
|
||||
m_current_enum(nullptr),
|
||||
m_current_struct(nullptr)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user