- 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:
parent
39835a8849
commit
b08a3dfb31
wrap/io_trimesh
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue