From b08a3dfb31aa57b09ec835c616455585055aac52 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Wed, 4 Apr 2012 17:59:47 +0000 Subject: [PATCH] - added extern "C" {void ProcessFile(const char * FileName);} in order to compile - added ImageInfo_t ImageInfo; in order to link. WARNING! this definition MUST be removed asap! --- wrap/io_trimesh/import_out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_out.h b/wrap/io_trimesh/import_out.h index 785f0561..00f0422a 100644 --- a/wrap/io_trimesh/import_out.h +++ b/wrap/io_trimesh/import_out.h @@ -29,8 +29,10 @@ #include #include #include -//#include +#include +extern "C" {void ProcessFile(const char * FileName);} +ImageInfo_t ImageInfo; namespace vcg { namespace tri {