Add godot_headers submodules for remaining C demos

This commit is contained in:
Aaron Franke
2020-08-31 00:15:32 -04:00
parent 69527eb7aa
commit b17be55a06
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "c/simple/godot_headers"]
path = c/simple/godot_headers
url = https://github.com/godotengine/godot_headers
[submodule "c/glfw/godot_headers"]
path = c/glfw/godot_headers
url = https://github.com/godotengine/godot_headers
[submodule "c/instance_binding/godot_headers"]
path = c/instance_binding/godot_headers
url = https://github.com/godotengine/godot_headers

1
c/glfw/godot_headers Submodule

Submodule c/glfw/godot_headers added at f2122198d5