Update bindings to use new Api extensions and rename Rect3->AABB

This commit is contained in:
BastiaanOlij
2017-11-23 22:50:05 +11:00
parent e72f4beec1
commit 0f773c2d72
16 changed files with 154 additions and 95 deletions

View File

@@ -7,7 +7,8 @@
namespace godot {
extern "C" const godot_gdnative_api_struct *api;
extern "C" const godot_gdnative_core_api_struct *api;
extern "C" const godot_gdnative_ext_nativescript_api_struct *nativescript_api;
class Godot {