summaryrefslogtreecommitdiffstats
path: root/binding_generator.py
diff options
context:
space:
mode:
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("")