Rev 362 | Rev 595 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __HMESH_OBJSAVE__H__
#define __HMESH_OBJSAVE__H__
#include "HMesh/Manifold.h"
namespace HMesh
{
/** Save in Wavefront OBJ format. */
bool obj_save(const std::string&, HMesh::Manifold& m);
}
#endif