-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
29 lines (28 loc) · 899 Bytes
/
.gitmodules
File metadata and controls
29 lines (28 loc) · 899 Bytes
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
[submodule "lib/sead"]
path = lib/sead
url = https://github.com/open-ead/sead
[submodule "NintendoSDK"]
path = lib/NintendoSDK
url = https://github.com/fruityloops1/nnheaders
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "server/Library/enet"]
path = server/Library/enet
url = https://github.com/lsalzman/enet
[submodule "server/Library/LibNerve"]
path = server/Library/LibNerve
url = https://github.com/fruityloops1/LibNerve
[submodule "lib/enet-nx"]
path = lib/enet-nx
url = https://github.com/fruityloops1/enet-nx
[submodule "server/Library/buddy_alloc"]
path = server/Library/buddy_alloc
url = https://github.com/spaskalev/buddy_alloc
[submodule "server/Library/json"]
path = server/Library/json
url = https://github.com/nlohmann/json
[submodule "sys"]
path = sys
url = https://github.com/fruityloops1/LibHakkun