diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-10 16:04:23 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-10 16:04:23 +0200 |
| commit | 4f65043e40dbaf8e4cc290327e34270645dedce3 (patch) | |
| tree | 8fe2979b77d0edfd99d64db77ae43a437b888fca /disasm/parsefileandrewind.hpp | |
| parent | cec56db9d4c84de13796ce7cd7dcd2631c443cec (diff) | |
| download | openwar-4f65043e40dbaf8e4cc290327e34270645dedce3.tar.gz openwar-4f65043e40dbaf8e4cc290327e34270645dedce3.tar.bz2 openwar-4f65043e40dbaf8e4cc290327e34270645dedce3.zip | |
Fixes differences in between input buffers in different parts.
Now opens files in binary mode, and added some conveniance functions to
read parts of the binary file.
Diffstat (limited to 'disasm/parsefileandrewind.hpp')
| -rw-r--r-- | disasm/parsefileandrewind.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/disasm/parsefileandrewind.hpp b/disasm/parsefileandrewind.hpp deleted file mode 100644 index 4d564ac..0000000 --- a/disasm/parsefileandrewind.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#include "le_file.hpp" - -#include <istream> - -le::File parse_file_and_rewind(std::istream& is); |
