You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[Export] Add readable descriptions and validation warnings to the export options.
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#include "editor/export/editor_export.h"
|
||||
#include "export_plugin.h"
|
||||
|
||||
void register_linuxbsd_exporter_types() {
|
||||
GDREGISTER_VIRTUAL_CLASS(EditorExportPlatformLinuxBSD);
|
||||
}
|
||||
|
||||
void register_linuxbsd_exporter() {
|
||||
Ref<EditorExportPlatformLinuxBSD> platform;
|
||||
platform.instantiate();
|
||||
|
||||
Reference in New Issue
Block a user