diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index cc07501..33c29a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ -[submodule "godot-cpp-3.x"] - path = godot-cpp-3.x - url = https://github.com/godotengine/godot-cpp.git [submodule "godot-cpp"] path = godot-cpp url = https://github.com/godotengine/godot-cpp.git +[submodule "godot-cpp-4.0"] + path = godot-cpp-4.0 + url = https://github.com/godotengine/godot-cpp.git +[submodule "godot-cpp-3.x"] + path = godot-cpp-3.x + url = https://github.com/godotengine/godot-cpp.git [submodule "libdatachannel"] path = thirdparty/libdatachannel url = https://github.com/paullouisageneau/libdatachannel.git |