From 0088981c4048c1779980a694986d715b11be1a45 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:41:52 +0200 Subject: [Export] Add readable descriptions and validation warnings to the export options. --- editor/register_exporters.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/register_exporters.h') 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 -- cgit v1.2.3