Store all main entry points to the currently available APIs
This commit is contained in:
@@ -9,8 +9,16 @@ namespace godot {
|
||||
|
||||
extern "C" const godot_gdnative_core_api_struct *api;
|
||||
extern "C" const godot_gdnative_core_1_1_api_struct *core_1_1_api;
|
||||
extern "C" const godot_gdnative_core_1_2_api_struct *core_1_2_api;
|
||||
|
||||
extern "C" const godot_gdnative_ext_nativescript_api_struct *nativescript_api;
|
||||
extern "C" const godot_gdnative_ext_nativescript_1_1_api_struct *nativescript_1_1_api;
|
||||
extern "C" const godot_gdnative_ext_pluginscript_api_struct *pluginscript_api;
|
||||
extern "C" const godot_gdnative_ext_android_api_struct *android_api;
|
||||
extern "C" const godot_gdnative_ext_arvr_api_struct *arvr_api;
|
||||
extern "C" const godot_gdnative_ext_videodecoder_api_struct *videodecoder_api;
|
||||
extern "C" const godot_gdnative_ext_net_api_struct *net_api;
|
||||
extern "C" const godot_gdnative_ext_net_3_2_api_struct *net_3_2_api;
|
||||
|
||||
extern "C" const void *gdnlib;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user