Subversion Repositories gelsvn

Rev

Rev 90 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __HMESHUTIL_OBJLOAD__H__
#define __HMESHUTIL_OBJLOAD__H__

#include "HMesh/Manifold.h"

namespace HMeshUtil
{
        bool obj_load(const std::string&, HMesh::Manifold& m);
}
#endif