From a7bcede17b4c10e172c7877fc2ce89862dc454af Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 23 Jun 2016 18:07:42 +0200 Subject: adds alot more binary parsing. --- le/le_entry_table.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 le/le_entry_table.hpp (limited to 'le/le_entry_table.hpp') diff --git a/le/le_entry_table.hpp b/le/le_entry_table.hpp new file mode 100644 index 0000000..f31f542 --- /dev/null +++ b/le/le_entry_table.hpp @@ -0,0 +1,19 @@ +#pragma once + +#include "le_entry_table_entry.hpp" + +#include +#include + +namespace le { + +struct EntryTable +{ + std::map entries; +}; + +EntryTable parse_entry_table(std::istream& is, binparse::Offset32 offset); + +std::ostream& operator<<(std::ostream& os, EntryTable const& table); + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2