- 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!
This commit is contained in:
granzuglia 2012-04-04 17:59:47 +00:00
parent 39835a8849
commit b08a3dfb31
1 changed files with 3 additions and 1 deletions

View File

@ -29,8 +29,10 @@
#include <vcg/complex/algorithms/update/bounding.h>
#include <wrap/callback.h>
#include <wrap/io_trimesh/io_mask.h>
//#include <wrap/Exif/include/Exif/jhead.h>
#include <jhead.h>
extern "C" {void ProcessFile(const char * FileName);}
ImageInfo_t ImageInfo;
namespace vcg {
namespace tri {