summaryrefslogtreecommitdiff
path: root/mz/mz_header.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-06-19 22:05:32 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-06-19 22:05:32 +0200
commitde95ca22ec87cc8b79ceb7beba475301461713a6 (patch)
treedce723a717ac0ba583de992777d7d968c3be870b /mz/mz_header.hpp
parentcea325b7451c1fb8dd22462ec2e7b5b88ea9b547 (diff)
downloadopenwar-de95ca22ec87cc8b79ceb7beba475301461713a6.tar.gz
openwar-de95ca22ec87cc8b79ceb7beba475301461713a6.tar.bz2
openwar-de95ca22ec87cc8b79ceb7beba475301461713a6.zip
adds an LE file parser and refactors some code.
Diffstat (limited to 'mz/mz_header.hpp')
-rw-r--r--mz/mz_header.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mz/mz_header.hpp b/mz/mz_header.hpp
index fd42b43..9bef928 100644
--- a/mz/mz_header.hpp
+++ b/mz/mz_header.hpp
@@ -39,7 +39,7 @@ struct MZHeader {
Value16 overlay_number;
};
-MZHeader parse_file(std::istream& is);
+MZHeader parse_header(std::istream& is);
std::ostream& operator<<(std::ostream& os, MZHeader const& header);