From c5b331ff6632bda550ebe614f738f2df9bcc6c6c Mon Sep 17 00:00:00 2001 From: cignoni Date: Sat, 26 Nov 2005 00:12:25 +0000 Subject: [PATCH] added prototype of interpret_texture_name --- wrap/ply/plylib.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wrap/ply/plylib.h b/wrap/ply/plylib.h index efd9c768..e4ea7094 100644 --- a/wrap/ply/plylib.h +++ b/wrap/ply/plylib.h @@ -30,6 +30,9 @@ of Greg Turk and on the work of Claudio Rocchini History $Log: not supported by cvs2svn $ +Revision 1.4 2005/11/12 07:07:47 cignoni +Changed Offset types to remove warnings + Revision 1.3 2005/01/03 10:35:59 cignoni Improved the compatibility for ply format for faces having the list size (e.g. number of vertexes of a face) as a char instead of a uchar. Added a couple of new face descriptors, corrected a bug in error reporting function (and restructured) and translated a few comments. @@ -318,6 +321,8 @@ protected: PlyElement * FindElement( const char * name ); }; +void __interpret_texture_name(const char*a, const char*fn, char*output); + } } #endif