Updated the C demos

- removed godot_headers submodule
- updated c submodules to godot-headers
- updated SConstruct to compile with windows and godot-headers submodule, msvc was not picked up properly
- updated api for instance_binding.c so it compiles
This commit is contained in:
geekrelief
2021-04-06 16:14:19 -07:00
committed by Aaron Franke
parent 6fdd07cc41
commit 7996654ff2
8 changed files with 30 additions and 24 deletions

18
.gitmodules vendored
View File

@@ -1,9 +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
[submodule "c/simple/godot-headers"]
path = c/simple/godot-headers
url = https://github.com/godotengine/godot-headers.git
[submodule "c/glfw/godot-headers"]
path = c/glfw/godot-headers
url = https://github.com/godotengine/godot-headers.git
[submodule "c/instance_binding/godot-headers"]
path = c/instance_binding/godot-headers
url = https://github.com/godotengine/godot-headers.git