summaryrefslogtreecommitdiff
path: root/disasm/dumpobject.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-07 20:11:57 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-07 20:11:57 +0200
commit35be012af254617b72ecbe4bca718f3ce96c1fd2 (patch)
tree34745f1537181d800e8da5ef19d6dccfe535d952 /disasm/dumpobject.hpp
parenta10cf47a9701a4d0be83940a23a8edf9a5ed7b5e (diff)
downloadopenwar-35be012af254617b72ecbe4bca718f3ce96c1fd2.tar.gz
openwar-35be012af254617b72ecbe4bca718f3ce96c1fd2.tar.bz2
openwar-35be012af254617b72ecbe4bca718f3ce96c1fd2.zip
cleaned up disasm, and prepared it to handle multiple commands.
Diffstat (limited to 'disasm/dumpobject.hpp')
-rw-r--r--disasm/dumpobject.hpp6
1 files changed, 6 insertions, 0 deletions
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 <fstream>
+#include <cstdint>
+
+void dump_object(std::ifstream& ifs, uint32_t object_id); \ No newline at end of file