#ifndef __VCGLIB_IMPORTERPLY added
This commit is contained in:
parent
115111f1bb
commit
2c0875381b
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.3 2004/04/03 13:30:01 cignoni
|
||||||
|
missing include allocate.h
|
||||||
|
|
||||||
Revision 1.2 2004/03/09 21:26:47 cignoni
|
Revision 1.2 2004/03/09 21:26:47 cignoni
|
||||||
cr lf mismatch
|
cr lf mismatch
|
||||||
|
|
||||||
|
@ -31,6 +34,8 @@ Revision 1.1 2004/03/03 15:00:51 cignoni
|
||||||
Initial commit
|
Initial commit
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
#ifndef __VCGLIB_IMPORTERPLY
|
||||||
|
#define __VCGLIB_IMPORTERPLY
|
||||||
|
|
||||||
#include<wrap/callback.h>
|
#include<wrap/callback.h>
|
||||||
#include<wrap/ply/plylib.h>
|
#include<wrap/ply/plylib.h>
|
||||||
|
@ -804,3 +809,5 @@ bool LoadMask(const char * filename, int &mask)
|
||||||
} // end namespace tri
|
} // end namespace tri
|
||||||
} // end namespace io
|
} // end namespace io
|
||||||
} // end namespace vcg
|
} // end namespace vcg
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue