removed dangerous ImageInfo redefinition.
This commit is contained in:
parent
b08a3dfb31
commit
e4e95f4aaf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue