diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2019-08-05 10:39:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 10:39:56 +0200 |
commit | c2ec46f64a24de9a46b06c3e987c306f549ccadb (patch) | |
tree | c47c280be3a9638536011440b75bdc99dfe9b578 /include/core/GodotGlobal.hpp | |
parent | cdd50260d0c2bd620f15d16e2e00a4d8c965eb67 (diff) | |
parent | b895d3c3264dd52312e65af01e34ed04bbf86222 (diff) | |
download | redot-cpp-c2ec46f64a24de9a46b06c3e987c306f549ccadb.tar.gz |
Merge pull request #296 from lupoDharkael/missing
Add missing class methods
Diffstat (limited to 'include/core/GodotGlobal.hpp')
-rw-r--r-- | include/core/GodotGlobal.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/GodotGlobal.hpp b/include/core/GodotGlobal.hpp index 71b3cf6..12f8801 100644 --- a/include/core/GodotGlobal.hpp +++ b/include/core/GodotGlobal.hpp @@ -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; |