From c6465bd8c6aca006bc7e980d5db08518659bae3c Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 11 Sep 2016 22:56:42 +0200 Subject: Adds a Pages struct to the le::File which contains all pages. --- le/le_file.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'le/le_file.hpp') diff --git a/le/le_file.hpp b/le/le_file.hpp index 09fc42d..0807ea4 100644 --- a/le/le_file.hpp +++ b/le/le_file.hpp @@ -12,6 +12,7 @@ #include "le_entry_table.hpp" #include "le_fixup_page_table.hpp" #include "le_fixup_record_table.hpp" +#include "le_pages.hpp" #include #include @@ -41,6 +42,7 @@ struct File EntryTable entry_table; FixupPageTable fixup_page_table; FixupRecordTable fixup_record_table; + Pages pages; }; File parse_file(std::istream& is); -- cgit v1.2.3-70-g09d2