diff options
| author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-04-06 16:12:59 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-04-06 16:12:59 +0200 |
| commit | 2f3328a039ac31368dfc9d93ae95702c0d9db827 (patch) | |
| tree | bb37b12db291604df52c68a0a127ab92b2b7edbf /core/class_db.h | |
| parent | 74719b8748d338c143a62b3659693af0d82b784c (diff) | |
| download | redot-engine-2f3328a039ac31368dfc9d93ae95702c0d9db827.tar.gz | |
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(); }; |
