mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-07 17:22:34 +00:00
create enum definitions from headers
This commit is contained in:
@@ -36,7 +36,7 @@ void HeaderBlockStruct::OnChildBlockClose(HeaderParserState* state, IHeaderBlock
|
||||
{
|
||||
}
|
||||
|
||||
void HeaderBlockStruct::SetVariableName(std::string name)
|
||||
void HeaderBlockStruct::SetBlockName(const TokenPos& nameTokenPos, std::string name)
|
||||
{
|
||||
m_variable_name = std::move(name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user