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 /editor/register_exporters.h | |
parent | 1b4b8934e080ec5300c78547527517f4a5b733e9 (diff) | |
download | redot-engine-0088981c4048c1779980a694986d715b11be1a45.tar.gz |
[Export] Add readable descriptions and validation warnings to the export options.
Diffstat (limited to 'editor/register_exporters.h')
-rw-r--r-- | editor/register_exporters.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/register_exporters.h b/editor/register_exporters.h index b210f72cce..5faed56525 100644 --- a/editor/register_exporters.h +++ b/editor/register_exporters.h @@ -31,6 +31,7 @@ #ifndef REGISTER_EXPORTERS_H #define REGISTER_EXPORTERS_H +void register_exporter_types(); void register_exporters(); #endif // REGISTER_EXPORTERS_H |