summaryrefslogtreecommitdiff
path: root/sysmap/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysmap/src/context.h')
-rw-r--r--sysmap/src/context.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysmap/src/context.h b/sysmap/src/context.h
new file mode 100644
index 0000000..cb604eb
--- /dev/null
+++ b/sysmap/src/context.h
@@ -0,0 +1,8 @@
+#pragma once
+
+struct mapper_context_t {
+ std::vector<util::module_data_t> local_modules;
+ std::string win_path;
+};
+
+extern mapper_context_t g_ctx; \ No newline at end of file