diff options
author | Hop311 <hop3114@gmail.com> | 2023-09-24 23:45:37 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-09-27 15:14:46 +0200 |
commit | de2017128313b9a322eb59c40a4180099d9c18b7 (patch) | |
tree | a8aa710f9f2024e863d489f1ab553dccb4398315 /.gitmodules | |
parent | fadabd3e19605a7f30ee7e3dd1453f21384dd662 (diff) |
DDS load + moved terrain (type) loading to sim
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e7ef8d9..96db130 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "scripts"] path = scripts url = https://github.com/OpenVicProject/scripts +[submodule "extension/deps/gli"] + path = extension/deps/gli + url = https://github.com/g-truc/gli |