added imgui & subhook submodules
This commit is contained in:
commit
bf1764d690
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
|
@ -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
|
||||
1
src/third_party/imgui
vendored
Submodule
1
src/third_party/imgui
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cc0d4e346a3e4a5408c85c7e6bf0df5e1307bb2d
|
||||
1
src/third_party/subhook
vendored
Submodule
1
src/third_party/subhook
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 29cb47ea7674b36cf2b742c11cf2568add1f47fc
|
||||
Loading…
Add table
Add a link
Reference in a new issue