summaryrefslogtreecommitdiffstats
path: root/binding_generator.py
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2017-10-03 14:24:32 +0200
committerGitHub <noreply@github.com>2017-10-03 14:24:32 +0200
commit83cc9b8092acc662a87e365e996e94782177ecaa (patch)
tree6c6fffba149aa2564e3d5b681fa8741a4486349c /binding_generator.py
parentdef39f4862f8d2340db45d3a41903b59e37e3eda (diff)
parent4adf3db60be53009361a58489e702bf5ad5328b0 (diff)
downloadredot-cpp-83cc9b8092acc662a87e365e996e94782177ecaa.tar.gz
Merge pull request #40 from RameshRavone/patch-6
updated bindings
Diffstat (limited to 'binding_generator.py')
-rw-r--r--binding_generator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/binding_generator.py b/binding_generator.py
index df3e299..fbeff55 100644
--- a/binding_generator.py
+++ b/binding_generator.py
@@ -66,7 +66,7 @@ def generate_class_header(used_classes, c):
source.append("")
source.append("")
- source.append("#include <godot/gdnative.h>")
+ source.append("#include <gdnative/gdnative.h>")
source.append("#include <stdint.h>")
source.append("")
@@ -460,7 +460,7 @@ def generate_icall_header(icalls):
source.append("")
- source.append("#include <godot/gdnative.h>")
+ source.append("#include <gdnative/gdnative.h>")
source.append("#include <stdint.h>")
source.append("")
@@ -510,7 +510,7 @@ def generate_icall_implementation(icalls):
source.append("")
- source.append("#include <godot/gdnative.h>")
+ source.append("#include <gdnative/gdnative.h>")
source.append("#include <stdint.h>")
source.append("")