summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r--platform/android/export/export.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index d7fe89d97d..1e048100d1 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -35,6 +35,10 @@
#include "editor/export/editor_export.h"
#include "export_plugin.h"
+void register_android_exporter_types() {
+ GDREGISTER_VIRTUAL_CLASS(EditorExportPlatformAndroid);
+}
+
void register_android_exporter() {
#ifndef ANDROID_ENABLED
EDITOR_DEF("export/android/android_sdk_path", "");