Subversion Repositories gelsvn

Rev

Rev 182 | Rev 448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 182 Rev 362
Line 3... Line 3...
3
 
3
 
4
#include "HMesh/Manifold.h"
4
#include "HMesh/Manifold.h"
5
 
5
 
6
namespace HMesh
6
namespace HMesh
7
{
7
{
8
 
-
 
-
 
8
	/** Save in Wavefront OBJ format. */
9
	bool obj_save(const std::string&, HMesh::Manifold& m);
9
	bool obj_save(const std::string&, HMesh::Manifold& m);
10
 
10
 
11
}
11
}
12
#endif
12
#endif