[GDNative] better API struct versioning

This commit is contained in:
Karroffel
2017-11-10 12:08:09 +01:00
parent fd4921375a
commit 7ae2de8997
4 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -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",