mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-07 13:33:02 +00:00
parse struct and union sequences
This commit is contained in:
@@ -16,7 +16,7 @@ class HeaderFileReader
|
||||
std::string m_filename;
|
||||
|
||||
std::vector<std::unique_ptr<IParserLineStream>> m_open_streams;
|
||||
IPackValueSupplier* m_pack_value_supplier;
|
||||
const IPackValueSupplier* m_pack_value_supplier;
|
||||
IParserLineStream* m_stream;
|
||||
|
||||
bool OpenBaseStream();
|
||||
|
||||
Reference in New Issue
Block a user