Blame | Last modification | View Log | RSS feed
#ifndef __HMESHUTIL_OBJSAVE__H__
#define __HMESHUTIL_OBJSAVE__H__
#include "HMesh/Manifold.h"
namespace HMeshUtil
{
bool obj_save(const std::string&, HMesh::Manifold& m);
}
#endif