Add missing class methods

This commit is contained in:
lupoDharkael
2019-05-22 11:06:01 +02:00
parent bcc39bbf4b
commit b895d3c326
14 changed files with 305 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
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_ext_nativescript_api_struct *nativescript_api;
extern "C" const godot_gdnative_ext_nativescript_1_1_api_struct *nativescript_1_1_api;