diff options
author | Dylan Muller <dylan.muller@corigine.com> | 2023-09-16 12:34:28 +0200 |
---|---|---|
committer | Dylan Muller <dylan.muller@corigine.com> | 2023-09-17 19:34:45 +0200 |
commit | d9454c1ef1b140c21e096de80a98ce0b3e811681 (patch) | |
tree | 6a7a9963d7bf5898b1858c6feb7410da8aeef24b /.gitmodules | |
download | gsctool-d9454c1ef1b140c21e096de80a98ce0b3e811681.tar.gz gsctool-d9454c1ef1b140c21e096de80a98ce0b3e811681.zip |
gsctool: core: initial commit
Initial commit of gsctool. A utility to inject custom GSC scripts
for Call of Duty Black Ops 1 (PC).
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..182a0cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/cdl86"] + path = lib/cdl86 + url = https://github.com/lunarjournal/cdl86.git +[submodule "lib/miniz"] + path = lib/miniz + url = https://github.com/lunarjournal/miniz.git |