Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/stl/importer/stl_import.hh')
-rw-r--r--source/blender/io/stl/importer/stl_import.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/io/stl/importer/stl_import.hh b/source/blender/io/stl/importer/stl_import.hh
index 377544c26af..a5d252248a8 100644
--- a/source/blender/io/stl/importer/stl_import.hh
+++ b/source/blender/io/stl/importer/stl_import.hh
@@ -10,6 +10,8 @@
namespace blender::io::stl {
+void stl_import_report_error(FILE *file);
+
/* Main import function used from within Blender. */
void importer_main(bContext *C, const STLImportParams &import_params);