summaryrefslogtreecommitdiff
path: root/disasm/dumpobject.hpp
diff options
context:
space:
mode:
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