mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-01 05:48:13 +03:00
- 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
10 lines
388 B
Plaintext
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
|