summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot
diff options
context:
space:
mode:
authorRuslan Mustakov <r.mustakov@gmail.com>2017-07-28 22:43:23 +0700
committerRuslan Mustakov <r.mustakov@gmail.com>2017-07-28 22:43:23 +0700
commit3193460c4a76dcc51ef18231e7f778c3d122eaeb (patch)
treee64486f03528b070890a68f3dcbb036bda9d87b0 /modules/gdnative/godot
parent260d179d31972b82e1d604174ccf1663343bfa97 (diff)
Pass GDNativeLibrary pointer to library init
Diffstat (limited to 'modules/gdnative/godot')
-rw-r--r--modules/gdnative/godot/gdnative.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/godot/gdnative.h b/modules/gdnative/godot/gdnative.h
index 510bf36cd4..b0343272ef 100644
--- a/modules/gdnative/godot/gdnative.h
+++ b/modules/gdnative/godot/gdnative.h
@@ -265,6 +265,7 @@ typedef struct {
uint64_t core_api_hash;
uint64_t editor_api_hash;
uint64_t no_api_hash;
+ godot_object *gd_native_library; // pointer to GDNativeLibrary that is being initialized
} godot_gdnative_init_options;
typedef struct {