commit bf1764d690453bc795871fe37b62bbc0858dc1bc Author: al-eax Date: Sun Apr 5 16:22:34 2020 +0200 added imgui & subhook submodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c04ace9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "src/third_party/imgui"] + path = src/third_party/imgui + url = git@github.com:ocornut/imgui.git +[submodule "src/third_party/subhook"] + path = src/third_party/subhook + url = git@github.com:Zeex/subhook.git diff --git a/src/third_party/imgui b/src/third_party/imgui new file mode 160000 index 0000000..cc0d4e3 --- /dev/null +++ b/src/third_party/imgui @@ -0,0 +1 @@ +Subproject commit cc0d4e346a3e4a5408c85c7e6bf0df5e1307bb2d diff --git a/src/third_party/subhook b/src/third_party/subhook new file mode 160000 index 0000000..29cb47e --- /dev/null +++ b/src/third_party/subhook @@ -0,0 +1 @@ +Subproject commit 29cb47ea7674b36cf2b742c11cf2568add1f47fc