removed dangerous ImageInfo redefinition.

This commit is contained in:
granzuglia 2012-04-05 09:01:44 +00:00
parent b08a3dfb31
commit e4e95f4aaf
1 changed files with 5 additions and 3 deletions

View File

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