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 <vcg/complex/algorithms/update/bounding.h>
|
||||||
#include <wrap/callback.h>
|
#include <wrap/callback.h>
|
||||||
#include <wrap/io_trimesh/io_mask.h>
|
#include <wrap/io_trimesh/io_mask.h>
|
||||||
#include <jhead.h>
|
|
||||||
|
|
||||||
extern "C" {void ProcessFile(const char * FileName);}
|
extern "C"
|
||||||
ImageInfo_t ImageInfo;
|
{
|
||||||
|
#include <jhead.h>
|
||||||
|
void ProcessFile(const char * FileName);
|
||||||
|
}
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace tri {
|
namespace tri {
|
||||||
|
|
Loading…
Reference in New Issue