Subversion Repositories gelsvn

Rev

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

Rev 149 Rev 150
Line 5... Line 5...
5
 
5
 
6
// This is just an example of a loader
6
// This is just an example of a loader
7
#include "HMesh/Manifold.h"
7
#include "HMesh/Manifold.h"
8
 
8
 
9
 
9
 
10
namespace HMeshUtil
10
namespace HMesh
11
{
11
{
12
	bool x3d_load(const std::string& filename, HMesh::Manifold&);
12
	bool x3d_load(const std::string& filename, HMesh::Manifold&);
13
}
13
}
14
#endif
14
#endif