forked from roflmuffin/CounterStrikeSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
19 lines (19 loc) · 682 Bytes
/
.gitmodules
File metadata and controls
19 lines (19 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[submodule "libraries/hl2sdk-cs2"]
path = libraries/hl2sdk-cs2
url = https://github.com/alliedmodders/hl2sdk
branch = cs2
[submodule "libraries/metamod-source"]
path = libraries/metamod-source
url = https://github.com/alliedmodders/metamod-source
[submodule "libraries/spdlog"]
path = libraries/spdlog
url = https://github.com/gabime/spdlog
[submodule "libraries/funchook"]
path = libraries/funchook
url = https://github.com/kubo/funchook
[submodule "libraries/dyncall"]
path = libraries/dyncall
url = https://github.com/LWJGL-CI/dyncall
[submodule "libraries/GameTracking-CS2"]
path = libraries/GameTracking-CS2
url = https://github.com/SteamDatabase/GameTracking-CS2