summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export/export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/uwp/export/export.cpp')
-rw-r--r--platform/uwp/export/export.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp
index f2b2fa30ce..85964c53e6 100644
--- a/platform/uwp/export/export.cpp
+++ b/platform/uwp/export/export.cpp
@@ -33,6 +33,10 @@
#include "editor/editor_settings.h"
#include "export_plugin.h"
+void register_uwp_exporter_types() {
+ // GDREGISTER_VIRTUAL_CLASS(EditorExportPlatformUWP);
+}
+
void register_uwp_exporter() {
#ifdef WINDOWS_ENABLED
EDITOR_DEF("export/uwp/signtool", "");