-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
39 lines (39 loc) · 1.53 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "vendor/detours/Detours"]
path = vendor/detours/Detours
url = https://github.com/microsoft/Detours.git
[submodule "vendor/filewatch/filewatch"]
path = vendor/filewatch/filewatch
url = https://github.com/ThomasMonkman/filewatch.git
[submodule "rangers-sdk"]
path = sdks/rangers-sdk
url = https://github.com/angryzor/rangers-sdk.git
[submodule "vendor/hedgelib/HedgeLib"]
path = vendor/hedgelib/HedgeLib
url = https://github.com/Radfordhound/HedgeLib.git
[submodule "vendor/imgui/imgui"]
path = vendor/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "vendor/imguizmo/ImGuizmo"]
path = vendor/imguizmo/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "vendor/imgui-file-dialog/ImGuiFileDialog"]
path = vendor/imgui-file-dialog/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git
[submodule "vendor/implot/implot"]
path = vendor/implot/implot
url = https://github.com/epezent/implot.git
[submodule "sdks/wars-sdk"]
path = sdks/wars-sdk
url = https://github.com/angryzor/wars-sdk.git
[submodule "vendor/eigen/eigen"]
path = vendor/eigen/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "vendor/reflect-cpp/reflect-cpp"]
path = vendor/reflect-cpp/reflect-cpp
url = https://github.com/getml/reflect-cpp.git
[submodule "vendor/imgui-node-editor/imgui-node-editor"]
path = vendor/imgui-node-editor/imgui-node-editor
url = https://github.com/thedmd/imgui-node-editor.git
[submodule "vendor/ogdf/ogdf"]
path = vendor/ogdf/ogdf
url = https://github.com/ogdf/ogdf.git