summaryrefslogtreecommitdiff
path: root/disasm/dumpobject.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-08 21:49:49 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-08 21:49:49 +0200
commitcec56db9d4c84de13796ce7cd7dcd2631c443cec (patch)
treed21847b479ee5bf4f263abd124a8dc7a3293e1cd /disasm/dumpobject.hpp
parent35be012af254617b72ecbe4bca718f3ce96c1fd2 (diff)
downloadopenwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.tar.gz
openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.tar.bz2
openwar-cec56db9d4c84de13796ce7cd7dcd2631c443cec.zip
Refactored argument parsing, and added stub for extractfunction.
Diffstat (limited to 'disasm/dumpobject.hpp')
-rw-r--r--disasm/dumpobject.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/disasm/dumpobject.hpp b/disasm/dumpobject.hpp
index b8042b1..8685588 100644
--- a/disasm/dumpobject.hpp
+++ b/disasm/dumpobject.hpp
@@ -1,6 +1,8 @@
#pragma once
+#include "types.hpp"
+
#include <fstream>
#include <cstdint>
-void dump_object(std::ifstream& ifs, uint32_t object_id); \ No newline at end of file
+void dump_object(std::ifstream& ifs, binparse::Value32 object_id); \ No newline at end of file