[Export] Add readable descriptions and validation warnings to the export options.
This commit is contained in:
parent
1b4b8934e0
commit
0088981c40
49 changed files with 2215 additions and 391 deletions
|
|
@ -33,6 +33,10 @@
|
|||
#include "editor/export/editor_export.h"
|
||||
#include "export_plugin.h"
|
||||
|
||||
void register_windows_exporter_types() {
|
||||
GDREGISTER_VIRTUAL_CLASS(EditorExportPlatformWindows);
|
||||
}
|
||||
|
||||
void register_windows_exporter() {
|
||||
#ifndef ANDROID_ENABLED
|
||||
EDITOR_DEF("export/windows/rcedit", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue