diff options
| author | Karroffel | 2017-11-10 12:08:09 +0100 |
|---|---|---|
| committer | Karroffel | 2017-11-10 12:08:09 +0100 |
| commit | 7ae2de8997fadd692f5e43839633fbfdf3816e66 (patch) | |
| tree | bdc8bbeb41af742e4fe8ed21af933822aecf7450 /modules/gdnative/gdnative.cpp | |
| parent | fd4921375a10123b504b746914715d516aac1216 (diff) | |
| download | godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.tar.gz godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.tar.zst godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.zip | |
Diffstat (limited to 'modules/gdnative/gdnative.cpp')
| -rw-r--r-- | modules/gdnative/gdnative.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative.cpp b/modules/gdnative/gdnative.cpp index 3fc04a549..832a0cb85 100644 --- a/modules/gdnative/gdnative.cpp +++ b/modules/gdnative/gdnative.cpp @@ -41,7 +41,7 @@ const String init_symbol = "godot_gdnative_init"; const String terminate_symbol = "godot_gdnative_terminate"; // Defined in gdnative_api_struct.gen.cpp -extern const godot_gdnative_api_struct api_struct; +extern const godot_gdnative_core_api_struct api_struct; String GDNativeLibrary::platform_names[NUM_PLATFORMS + 1] = { "X11_32bit", |
