diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-08 21:49:49 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-08 21:49:49 +0200 |
| commit | cec56db9d4c84de13796ce7cd7dcd2631c443cec (patch) | |
| tree | d21847b479ee5bf4f263abd124a8dc7a3293e1cd /disasm/parsefileandrewind.hpp | |
| parent | 35be012af254617b72ecbe4bca718f3ce96c1fd2 (diff) | |
| download | openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.tar.gz openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.tar.bz2 openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.zip | |
Refactored argument parsing, and added stub for extractfunction.
Diffstat (limited to 'disasm/parsefileandrewind.hpp')
| -rw-r--r-- | disasm/parsefileandrewind.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/disasm/parsefileandrewind.hpp b/disasm/parsefileandrewind.hpp new file mode 100644 index 0000000..4d564ac --- /dev/null +++ b/disasm/parsefileandrewind.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include "le_file.hpp" + +#include <istream> + +le::File parse_file_and_rewind(std::istream& is); |
