From 35be012af254617b72ecbe4bca718f3ce96c1fd2 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 7 Sep 2016 20:11:57 +0200 Subject: cleaned up disasm, and prepared it to handle multiple commands. --- disasm/dumpobject.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 disasm/dumpobject.hpp (limited to 'disasm/dumpobject.hpp') diff --git a/disasm/dumpobject.hpp b/disasm/dumpobject.hpp new file mode 100644 index 0000000..b8042b1 --- /dev/null +++ b/disasm/dumpobject.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include +#include + +void dump_object(std::ifstream& ifs, uint32_t object_id); \ No newline at end of file -- cgit v1.2.3-70-g09d2