From 394f7106c2a351cea448faa2af309c0a2e9e7bb3 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Thu, 31 May 2018 21:11:10 +0200 Subject: [PATCH] Add submodules --- .gitmodules | 11 ++++++++++- libglez | 1 + libxoverlay | 1 + simple-ipc | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) create mode 160000 libglez create mode 160000 libxoverlay create mode 160000 simple-ipc diff --git a/.gitmodules b/.gitmodules index e18ec0e2..79042f7f 100755 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,13 @@ url = https://github.com/nullworks/ucccccp [submodule "source-sdk-2013-headers"] path = source-sdk-2013-headers - url = https://github.com/nullworks/source-sdk-2013-headers \ No newline at end of file + url = https://github.com/nullworks/source-sdk-2013-headers +[submodule "libglez"] + path = libglez + url = https://github.com/nullworks/libglez +[submodule "libxoverlay"] + path = libxoverlay + url = https://github.com/nullworks/libxoverlay +[submodule "simple-ipc"] + path = simple-ipc + url = https://github.com/nullworks/simple-ipc diff --git a/libglez b/libglez new file mode 160000 index 00000000..aa37e735 --- /dev/null +++ b/libglez @@ -0,0 +1 @@ +Subproject commit aa37e735a7dbc86e64a9849fbeef0194685d2169 diff --git a/libxoverlay b/libxoverlay new file mode 160000 index 00000000..de4e4bb2 --- /dev/null +++ b/libxoverlay @@ -0,0 +1 @@ +Subproject commit de4e4bb2787a5c586bd54834f9b09b703b35e59e diff --git a/simple-ipc b/simple-ipc new file mode 160000 index 00000000..60f43c1c --- /dev/null +++ b/simple-ipc @@ -0,0 +1 @@ +Subproject commit 60f43c1c8ebe794345f8ab2ba465984ec445a9c6