mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-21 08:26:19 +00:00
Editor Export Settings Dialog is completed!! Now on to make some exporters..
This commit is contained in:
@@ -2384,10 +2384,11 @@ EditorExportPlatformUWP::EditorExportPlatformUWP() {
|
||||
|
||||
EditorExportPlatformUWP::~EditorExportPlatformUWP() {}
|
||||
|
||||
|
||||
#endif
|
||||
void register_uwp_exporter() {
|
||||
|
||||
#if 0
|
||||
Ref<EditorExportPlatformUWP> exporter = Ref<EditorExportPlatformUWP>(memnew(EditorExportPlatformUWP));
|
||||
EditorImportExport::get_singleton()->add_export_platform(exporter);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user