diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-03-09 10:41:52 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-04-19 08:35:59 +0300 |
commit | 0088981c4048c1779980a694986d715b11be1a45 (patch) | |
tree | ed8c5f309ad767a7b4e35b558fd65ee081298023 /platform/macos/export/export.h | |
parent | 1b4b8934e080ec5300c78547527517f4a5b733e9 (diff) | |
download | redot-engine-0088981c4048c1779980a694986d715b11be1a45.tar.gz |
[Export] Add readable descriptions and validation warnings to the export options.
Diffstat (limited to 'platform/macos/export/export.h')
-rw-r--r-- | platform/macos/export/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/export/export.h b/platform/macos/export/export.h index 384dab826e..a7a7dcad16 100644 --- a/platform/macos/export/export.h +++ b/platform/macos/export/export.h @@ -31,6 +31,7 @@ #ifndef MACOS_EXPORT_H #define MACOS_EXPORT_H +void register_macos_exporter_types(); void register_macos_exporter(); #endif // MACOS_EXPORT_H |