Files
gdnative-demos/.gitmodules
geekrelief 7996654ff2 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
2021-04-07 16:10:15 -04:00

10 lines
388 B
Plaintext

[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