2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-07 13:33:02 +00:00

Add stream proxy for declaring pack values

This commit is contained in:
Jan
2021-02-14 10:27:18 +01:00
parent efa39a8ac3
commit 3f08be0564
6 changed files with 188 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#include <string>
#include "ZoneCodeGeneratorArguments.h"
#include "Parsing/IPackValueSupplier.h"
#include "Parsing/IParserLineStream.h"
#include "Persistence/IDataRepository.h"
@@ -15,6 +16,7 @@ class HeaderFileReader
std::string m_filename;
std::vector<std::unique_ptr<IParserLineStream>> m_open_streams;
IPackValueSupplier* m_pack_value_supplier;
IParserLineStream* m_stream;
bool OpenBaseStream();