Subversion Repositories gelsvn

Rev

Rev 149 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 150
Line 1... Line 1...
1
#ifndef __HMESHUTIL_OBJLOAD__H__
1
#ifndef __HMESHUTIL_OBJLOAD__H__
2
#define __HMESHUTIL_OBJLOAD__H__
2
#define __HMESHUTIL_OBJLOAD__H__
3
 
3
 
4
#include "HMesh/Manifold.h"
4
#include "HMesh/Manifold.h"
5
 
5
 
6
namespace HMeshUtil
6
namespace HMesh
7
{
7
{
8
	bool obj_load(const std::string&, HMesh::Manifold& m);
8
	bool obj_load(const std::string&, HMesh::Manifold& m);
9
}
9
}
10
#endif
10
#endif