diff options
author | Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com> | 2019-04-06 17:16:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-06 17:16:20 +0200 |
commit | 278aeb114269d3e374960ec93d435c8a2524c75b (patch) | |
tree | bb37b12db291604df52c68a0a127ab92b2b7edbf /core/class_db.h | |
parent | 74719b8748d338c143a62b3659693af0d82b784c (diff) | |
parent | 2f3328a039ac31368dfc9d93ae95702c0d9db827 (diff) |
Merge pull request #27729 from neikeq/fix-wrong-classdb-binds
Fix wrong method binds and registered class
Diffstat (limited to 'core/class_db.h')
-rw-r--r-- | core/class_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/class_db.h b/core/class_db.h index 321682d76b..f18a7113d7 100644 --- a/core/class_db.h +++ b/core/class_db.h @@ -371,6 +371,7 @@ public: static void init(); static void set_current_api(APIType p_api); + static APIType get_current_api(); static void cleanup(); }; |