-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy path.gitmodules
25 lines (25 loc) · 860 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "External/MemoryModule"]
path = External/MemoryModule
url = https://github.com/fancycode/MemoryModule
[submodule "External/d3d8to9"]
path = External/d3d8to9
url = https://github.com/crosire/d3d8to9
branch = main
[submodule "External/detours"]
path = External/detours
url = https://github.com/microsoft/detours
[submodule "External/Logging"]
path = External/Logging
url = https://github.com/elishacloud/Logging
[submodule "External/Hooking"]
path = External/Hooking
url = https://github.com/elishacloud/Hooking
[submodule "External/dinputto8"]
path = External/dinputto8
url = https://github.com/elishacloud/dinputto8
[submodule "External/imgui"]
path = External/imgui
url = https://github.com/ocornut/imgui
[submodule "External/Hooking.Patterns"]
path = External/Hooking.Patterns
url = https://github.com/ThirteenAG/Hooking.Patterns