mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-06 06:09:49 +03:00
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:
18
.gitmodules
vendored
18
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user