aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/include
diff options
context:
space:
mode:
authorKarroffel2017-11-10 12:08:09 +0100
committerKarroffel2017-11-10 12:08:09 +0100
commit7ae2de8997fadd692f5e43839633fbfdf3816e66 (patch)
treebdc8bbeb41af742e4fe8ed21af933822aecf7450 /modules/gdnative/include
parentfd4921375a10123b504b746914715d516aac1216 (diff)
downloadgodot-7ae2de8997fadd692f5e43839633fbfdf3816e66.tar.gz
godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.tar.zst
godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.zip
[GDNative] better API struct versioning
Diffstat (limited to 'modules/gdnative/include')
-rw-r--r--modules/gdnative/include/gdnative/gdnative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/gdnative/gdnative.h b/modules/gdnative/include/gdnative/gdnative.h
index 25d45db30..8fa96fd3a 100644
--- a/modules/gdnative/include/gdnative/gdnative.h
+++ b/modules/gdnative/include/gdnative/gdnative.h
@@ -237,7 +237,7 @@ typedef struct {
uint64_t editor_api_hash;
uint64_t no_api_hash;
godot_object *gd_native_library; // pointer to GDNativeLibrary that is being initialized
- const struct godot_gdnative_api_struct *api_struct;
+ const struct godot_gdnative_core_api_struct *api_struct;
const godot_string *active_library_path;
} godot_gdnative_init_options;