From 661b73df47caae2cc62a9a2f7b85eb925ff1f80b Mon Sep 17 00:00:00 2001 From: auth12 <67507608+auth12@users.noreply.github.com> Date: Sun, 4 Jul 2021 01:15:09 +0100 Subject: initial commit --- sysmap/src/context.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sysmap/src/context.h (limited to 'sysmap/src/context.h') 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 local_modules; + std::string win_path; +}; + +extern mapper_context_t g_ctx; \ No newline at end of file -- cgit v1.2.3