2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00

ref: move renderers into ref subdirectory

This commit is contained in:
Alibek Omarov 2022-09-10 19:02:18 +03:00
parent 7e664679a0
commit 61c142e2db
57 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -2,13 +2,13 @@
path = 3rdparty/mainui
url = https://github.com/FWGS/mainui_cpp
[submodule "ref_gl/nanogl"]
path = ref_gl/nanogl
path = ref/gl/nanogl
url = https://github.com/FWGS/nanogl
[submodule "ref_gl/gl-wes-v2"]
path = ref_gl/gl-wes-v2
path = ref/gl/gl-wes-v2
url = https://github.com/FWGS/gl-wes-v2
[submodule "ref_gl/gl4es"]
path = ref_gl/gl4es
path = ref/gl/gl4es
url = https://github.com/ptitSeb/gl4es
[submodule "vgui_support"]
path = 3rdparty/vgui_support